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 Mar 24, 2023
1 parent f9b0814 commit 0fd2791
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.17"
openssl = "0.10.48"
openssl-sys = "0.9.83"
prost = "0.10"
prost-types = "0.10"
prost = "0.11"
prost-types = "0.11"
serde = { version = "1.0.158", 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 0fd2791

Please sign in to comment.