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 30, 2022
1 parent 661b948 commit 03ff833
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 33 deletions.
43 changes: 16 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17"
openssl = "0.10.41"
openssl-sys = "0.9.75"
prost = "0.10.4"
prost-types = "0.10.1"
prost = "0.11.0"
prost-types = "0.11.1"
time = "0.3.14"
tokio = { version = "1.20.1", 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.8.0", features = ["tls", "tls-roots", "tls-roots-common"] }
tonic-types = "0.6.0"
tonic-web = "0.4.0"

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

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

0 comments on commit 03ff833

Please sign in to comment.