Skip to content

Commit 1ab776b

Browse files
Upgrade Dependencies
1 parent 83b815f commit 1ab776b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.4
2+
- Update dependencies
3+
14
## 2.0.3
25
- Update dependencies
36

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: crypton
22
description: A simple Dart library for asymmetric encryption and digital signatures
3-
version: 2.0.3
3+
version: 2.0.4
44
homepage: https://github.com/konstantinullrich
55
repository: https://github.com/konstantinullrich/crypton
66
issue_tracker: https://github.com/konstantinullrich/crypton/issues
77

88
environment:
9-
sdk: '>=2.12.0 <3.0.0'
9+
sdk: '>=2.14.0 <3.0.0'
1010

1111
dependencies:
12-
pointycastle: ^3.3.4
13-
asn1lib: ^1.0.2
12+
pointycastle: ^3.4.0
13+
asn1lib: ^1.0.3
1414

1515
dev_dependencies:
1616
lints: ^1.0.1
17-
test: ^1.18.0
17+
test: ^1.19.3

0 commit comments

Comments
 (0)