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 Feb 20, 2024
1 parent e647805 commit 2d3fa6c
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.3.0"
log = "0.4.20"
openssl = "0.10.64"
openssl-sys = "0.9.100"
prost = "0.10"
prost-types = "0.10"
prost = "0.12"
prost-types = "0.12"
serde = { version = "1.0.197", 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.11", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.11"

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

0 comments on commit 2d3fa6c

Please sign in to comment.