diff --git a/Cargo.toml b/Cargo.toml index 6215ff8b..d8cad65c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tonic = "0.9.2" -prost = "0.11.9" +prost = "0.12.2" prost-types = "0.11.9" tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] } serde = { version = "1.0", features = ["derive"] }