Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03ff833

Browse files
authoredAug 30, 2022
fix(deps): update grpc packages
1 parent 661b948 commit 03ff833

File tree

2 files changed

+22
-33
lines changed

2 files changed

+22
-33
lines changed
 

‎Cargo.lock

+16-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ kube = "0.74.0"
1111
log = "0.4.17"
1212
openssl = "0.10.41"
1313
openssl-sys = "0.9.75"
14-
prost = "0.10.4"
15-
prost-types = "0.10.1"
14+
prost = "0.11.0"
15+
prost-types = "0.11.1"
1616
time = "0.3.14"
1717
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread", "fs", "signal"] }
18-
tonic = { version = "0.7.2", features = ["tls", "tls-roots", "tls-roots-common"] }
19-
tonic-types = "0.5.0"
20-
tonic-web = "0.3.0"
18+
tonic = { version = "0.8.0", features = ["tls", "tls-roots", "tls-roots-common"] }
19+
tonic-types = "0.6.0"
20+
tonic-web = "0.4.0"
2121

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

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

0 commit comments

Comments
 (0)
This repository has been archived.