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

Commit

Permalink
fix(deps): update grpc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2022
1 parent fdf3dac commit 4095f33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jsonwebtoken = "8.1.1"
log = "0.4.17"
openssl = "0.10.41"
openssl-sys = "0.9.75"
prost = "0.10"
prost-types = "0.10"
prost = "0.11"
prost-types = "0.11"
serde = { version = "1.0.143", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs", "signal"] }
tonic = { version = "0.7", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.5"
tonic = { version = "0.8", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.6"

[build-dependencies]
tonic-build = "0.7"
tonic-build = "0.8"

0 comments on commit 4095f33

Please sign in to comment.