Skip to content

Commit 899ad7d

Browse files
Update Dependencies to grpc 5.0.0 (#226)
* update dependencies * enforce protocolbuffers version 24 for compatibility
1 parent 28c74f0 commit 899ad7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ version: v1
22
managed:
33
enabled: true
44
plugins:
5-
- plugin: dart
5+
- plugin: buf.build/protocolbuffers/dart:v24.0.0
66
out: lib/src/grpc/generated
77
opt: grpc

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ environment:
1010
sdk: '>=3.0.0 <4.0.0'
1111

1212
dependencies:
13+
archive: ^4.0.7
1314
fixnum: ^1.0.0
14-
grpc: ^3.0.0
15+
grpc: ^5.0.0
1516
http: ^1.0.0
1617
jose: ^0.3.2
17-
protobuf: ^3.0.0
18-
18+
protobuf: ^5.1.0
1919
dev_dependencies:
2020
build_runner: ^2.4.4
2121
code_builder:
2222
dart_style:
23-
lints: ^3.0.0
24-
path:
23+
lints: ^6.0.0
24+
path: ^1.9.0
2525
test: ^1.21.6

0 commit comments

Comments
 (0)