Skip to content

Commit 6035f69

Browse files
committed
build: updates to pubspec.yaml
- updated `asn1lib` dependency to ^1.5.0 - updated dev dependencies `lints` and `test` to latest versions - updated sdk from `'>=2.14.0 <3.0.0'` to `'>=2.14.0 <4.0.0'`
1 parent e014ad8 commit 6035f69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repository: https://github.com/konstantinullrich/crypton
66
issue_tracker: https://github.com/konstantinullrich/crypton/issues
77

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

1111
dependencies:
1212
pointycastle: ^3.6.2
13-
asn1lib: ^1.2.2
13+
asn1lib: ^1.5.0
1414

1515
dev_dependencies:
16-
lints: ^1.0.1
17-
test: ^1.21.4
16+
lints: ^2.1.1
17+
test: ^1.24.4

0 commit comments

Comments
 (0)