diff --git a/build/rust/Cargo.toml b/build/rust/Cargo.toml index 0cb2c4b..346667d 100644 --- a/build/rust/Cargo.toml +++ b/build/rust/Cargo.toml @@ -10,8 +10,8 @@ include = ["src/*"] [dependencies] serde = { version = "1.0.217", features = ["derive"] } -prost-types = "0.13.4" -prost = "0.13.4" +prost-types = "0.14.0" +prost = "0.14.0" tonic = "0.13.0" serde_json = "1.0.138"