diff --git a/Cargo.toml b/Cargo.toml index 415eb036..7d2babc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"