Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit a8dbbcf

Browse files
fix(deps): update grpc packages
1 parent ee497fa commit a8dbbcf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ kube = "0.74.0"
1111
log = "0.4.21"
1212
openssl = "0.10.64"
1313
openssl-sys = "0.9.102"
14-
prost = "0.10.4"
15-
prost-types = "0.10.1"
14+
prost = "0.13.0"
15+
prost-types = "0.13.0"
1616
time = "0.3.36"
1717
tokio = { version = "1.37.0", 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.12.0", features = ["tls", "tls-roots", "tls-roots-common"] }
19+
tonic-types = "0.12.0"
20+
tonic-web = "0.12.0"
2121

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

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

0 commit comments

Comments
 (0)