From e8c2cc1cd7ad540b666ed2c5e678269810378b93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 07:31:55 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.11.8 --- runner/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 97b6b94..f40d863 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -14,7 +14,7 @@ dialoguer = "0.10.1" futures = "0.3.21" human-panic = "1.0.3" log = "0.4.17" -prost = "0.10.3" +prost = "0.11.8" simple_logger = "2.1.0" spinners = "3.1.0" tokio = { version = "1.18.2", features = ["rt-multi-thread", "macros", "time", "sync", "process"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index 39b8c0f..b55c2fc 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" futures = "0.3.21" mongodb = "2.2.1" once_cell = "1.11.0" -prost = "0.10.3" +prost = "0.11.8" serde = { version = "1.0.137", features = ["derive"] } snafu = "0.7.1" tokio = { version = "1.18.2", features = ["rt-multi-thread", "macros"] }