diff --git a/Cargo.toml b/Cargo.toml index 58debc9f..6a7c611d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,12 @@ jsonwebtoken = "8.3.0" log = "0.4.21" openssl = "0.10.64" openssl-sys = "0.9.102" -prost = "0.10" -prost-types = "0.10" +prost = "0.13" +prost-types = "0.13" serde = { version = "1.0.200", features = ["derive"] } tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "fs", "signal"] } -tonic = { version = "0.7", features = ["tls", "tls-roots", "tls-roots-common"] } -tonic-types = "0.5" +tonic = { version = "0.12", features = ["tls", "tls-roots", "tls-roots-common"] } +tonic-types = "0.12" [build-dependencies] -tonic-build = "0.7" +tonic-build = "0.12"