diff --git a/Cargo.toml b/Cargo.toml index c36923a..01fd8eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,9 +60,9 @@ cloud-storage = { version = "0.11.1", features = [ ], optional = true } async-trait = "0.1.80" dyn-clone = "1.0.17" -prost = "0.12.6" -prost-types = "0.12.6" -tonic = { version = "0.11.0", features = ["transport", "tls", "tls-roots"] } +prost = "0.13" +prost-types = "0.13" +tonic = { version = "0.12", features = ["transport", "tls", "tls-roots"] } [dev-dependencies] tokio-test = "0.4.4" @@ -72,4 +72,4 @@ tempfile = "3.10.1" fake = "2.9.2" [build-dependencies] -tonic-build = { version = "0.11.0", features = ["cleanup-markdown"] } +tonic-build = { version = "0.12", features = ["cleanup-markdown"] }