Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 4095f33

Browse files
fix(deps): update grpc packages
1 parent fdf3dac commit 4095f33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jsonwebtoken = "8.1.1"
99
log = "0.4.17"
1010
openssl = "0.10.41"
1111
openssl-sys = "0.9.75"
12-
prost = "0.10"
13-
prost-types = "0.10"
12+
prost = "0.11"
13+
prost-types = "0.11"
1414
serde = { version = "1.0.143", features = ["derive"] }
1515
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs", "signal"] }
16-
tonic = { version = "0.7", features = ["tls", "tls-roots", "tls-roots-common"] }
17-
tonic-types = "0.5"
16+
tonic = { version = "0.8", features = ["tls", "tls-roots", "tls-roots-common"] }
17+
tonic-types = "0.6"
1818

1919
[build-dependencies]
20-
tonic-build = "0.7"
20+
tonic-build = "0.8"

0 commit comments

Comments
 (0)