diff --git a/Cargo.toml b/Cargo.toml index a19f5bb..015dda7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,13 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tonic = "0.14.2" -tonic-prost = "0.14.2" +tonic = "0.14.6" +tonic-prost = "0.14.6" prost = "0.14.2" prost-types = "0.14.2" tokio = { version = "1.51.1", features = ["rt-multi-thread", "macros"] } serde = { version = "1.0", features = ["derive"] } -prost-wkt-types = "0.7" +prost-wkt-types = "0.7.1" [build-dependencies] -tonic-prost-build = "0.14.2" +tonic-prost-build = "0.14.6"