Skip to content

Commit feddf84

Browse files
committed
Tightening dependencies with the new SDK constraint.
1 parent 907a81d commit feddf84

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pubspec.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ environment:
1212
sdk: '>=3.4.0 <4.0.0'
1313

1414
dependencies:
15-
buffer: ^1.2.2
16-
crypto: ^3.0.0
17-
collection: ^1.15.0
18-
sasl_scram: ^0.1.0
15+
buffer: ^1.2.3
16+
crypto: ^3.0.6
17+
collection: ^1.19.1
18+
sasl_scram: ^0.1.1
1919
stack_trace: ^1.12.1
20-
stream_channel: ^2.1.1
21-
async: ^2.10.0
22-
charcode: ^1.3.1
23-
meta: ^1.8.0
20+
stream_channel: ^2.1.4
21+
async: ^2.12.0
22+
charcode: ^1.4.0
23+
meta: ^1.16.0
2424
pool: ^1.5.1
2525

2626
dev_dependencies:
27-
lints: ^5.0.0
28-
test: ^1.3.0
29-
coverage: any
30-
logging: ^1.2.0
27+
lints: ^5.1.1
28+
test: ^1.25.14
29+
coverage: ^1.11.1
30+
logging: ^1.3.0
3131
docker_process: ^1.3.2
32-
path: ^1.8.0
32+
path: ^1.9.1

0 commit comments

Comments
 (0)