diff --git a/Cargo.toml b/Cargo.toml index 870baa3..b38b7b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tokio = { version = "1.0", default-features = false, features = ["sync", "macros tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } actix = "0.13.0" tonic = { version = "0.11.0", features = ["transport", "channel"] } -prost = "0.12.3" +prost = "0.14.0" tokio-stream = "0.1.14" async-stream = "0.3.5" actix-rt = "2.9.0"