diff --git a/Cargo.toml b/Cargo.toml index 198b24c3..73f4340f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,11 +27,11 @@ edition = "2021" tokio = "1.26" tower = "0.4" -tonic = "0.9.2" -tonic-build = "0.9.2" +tonic = "0.10" +tonic-build = "0.10" -prost = "0.11" -prost-types = "0.11" +prost = "0.12" +prost-types = "0.12" async-trait = "0.1.52" futures = "0.3.19"