We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b815f commit 1ab776bCopy full SHA for 1ab776b
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2.0.4
2
+- Update dependencies
3
+
4
## 2.0.3
5
- Update dependencies
6
pubspec.yaml
@@ -1,17 +1,17 @@
name: crypton
description: A simple Dart library for asymmetric encryption and digital signatures
-version: 2.0.3
+version: 2.0.4
homepage: https://github.com/konstantinullrich
repository: https://github.com/konstantinullrich/crypton
issue_tracker: https://github.com/konstantinullrich/crypton/issues
7
8
environment:
9
- sdk: '>=2.12.0 <3.0.0'
+ sdk: '>=2.14.0 <3.0.0'
10
11
dependencies:
12
- pointycastle: ^3.3.4
13
- asn1lib: ^1.0.2
+ pointycastle: ^3.4.0
+ asn1lib: ^1.0.3
14
15
dev_dependencies:
16
lints: ^1.0.1
17
- test: ^1.18.0
+ test: ^1.19.3
0 commit comments