diff --git a/core/rust/Cargo.toml b/core/rust/Cargo.toml index dd003be..0fa2c7d 100644 --- a/core/rust/Cargo.toml +++ b/core/rust/Cargo.toml @@ -23,8 +23,8 @@ parking_lot = "0.12.1" ffi-convert = "0.6.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -prost = "0.11" -prost-types = "0.11" +prost = "0.13" +prost-types = "0.13" libc = "0.2.144" futures = "0.3"