diff --git a/Cargo.toml b/Cargo.toml index 9a70abf..4361d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ tls-roots = ["tls", "tonic/tls-roots"] pub-response-field = ["visible"] [dependencies] -tonic = "0.6.2" -prost = "0.9.0" +tonic = "0.7.1" +prost = "0.10.0" tokio = "1.17.0" tokio-stream = "0.1.8" tower-service = "0.3.1" @@ -30,7 +30,7 @@ tower = "0.4.12" tokio = { version = "1.17.0", features = ["full"] } [build-dependencies] -tonic-build = { version = "0.6.2", default-features = false, features = ["prost"] } +tonic-build = { version = "0.7.0", default-features = false, features = ["prost"] } [package.metadata.docs.rs] all-features = true