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 f85e28c commit 2905391Copy full SHA for 2905391
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: crypton
2
description: A simple Dart library for asymmetric encryption and digital signatures
3
-version: 2.0.1
+version: 2.0.2
4
homepage: https://github.com/konstantinullrich
5
repository: https://github.com/konstantinullrich/crypton
6
issue_tracker: https://github.com/konstantinullrich/crypton/issues
@@ -9,9 +9,9 @@ environment:
9
sdk: '>=2.12.0 <3.0.0'
10
11
dependencies:
12
- pointycastle: 3.1.1
13
- asn1lib: ^1.0.0
+ pointycastle: 3.1.2
+ asn1lib: ^1.0.2
14
15
dev_dependencies:
16
- pedantic: ^1.11.0
17
- test: ^1.16.8
+ pedantic: ^1.11.1
+ test: ^1.17.9
0 commit comments