diff --git a/Cargo.toml b/Cargo.toml index 23f3779..d83d16a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,15 +13,15 @@ log = "0.4.21" openssl = "0.10.64" openssl-sys = "0.9.102" parse_duration = "2.1.1" -prost = "0.12.4" -prost-types = "0.12.4" +prost = "0.13.0" +prost-types = "0.13.0" tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "fs", "signal"] } -tonic = { version = "0.11.0", features = ["tls", "tls-roots", "tls-roots-common"] } -tonic-types = "0.11.0" +tonic = { version = "0.12.0", features = ["tls", "tls-roots", "tls-roots-common"] } +tonic-types = "0.12.0" [build-dependencies] tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } -tonic-build = "0.11.0" +tonic-build = "0.12.0" [dev-dependencies] tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }