diff --git a/Cargo.toml b/Cargo.toml index f16ca254..532c6d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ bytes = "1.0.0" crc = "2.0.0" futures = "0.3" nom = { version="7.0.0", default-features=false, features=["alloc"] } -prost = "0.8.0" -prost-derive = "0.8.0" +prost = "0.9.0" +prost-derive = "0.9.0" rand = "0.8" chrono = "0.4" futures-timer = "3.0" @@ -53,7 +53,7 @@ env_logger = "0.9" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } [build-dependencies] -prost-build = "0.8.0" +prost-build = "0.9.0" [features] default = [ "compression", "tokio-runtime", "async-std-runtime" ]