diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 1d43a8e..506e650 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -14,7 +14,7 @@ dialoguer = "0.10.3" futures = "0.3.27" human-panic = "1.1.3" log = "0.4.17" -prost = "0.10.3" +prost = "0.11.9" simple_logger = "4.0.0" spinners = "3.1.0" tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros", "time", "sync", "process"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index aa748ed..fc3f90f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" futures = "0.3.27" mongodb = "2.4.0" once_cell = "1.17.1" -prost = "0.10.3" +prost = "0.11.9" serde = { version = "1.0.156", features = ["derive"] } snafu = "0.7.4" tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] }