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 Sep 21, 2024
1 parent 659652d commit afd1ab8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ kube = "0.74.0"
log = "0.4.21"
openssl = "0.10.64"
openssl-sys = "0.9.102"
prost = "0.10.4"
prost-types = "0.10.1"
prost = "0.13.0"
prost-types = "0.13.0"
time = "0.3.36"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "fs", "signal"] }
tonic = { version = "0.7.2", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.5.0"
tonic-web = "0.3.0"
tonic = { version = "0.12.0", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.12.0"
tonic-web = "0.12.0"

[dev-dependencies]
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }

[build-dependencies]
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tonic-build = "0.7.2"
tonic-build = "0.12.0"

0 comments on commit afd1ab8

Please sign in to comment.