From 56a5e52b9f6689f3bf4ba9c7f99e6c9cc3ea4c13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:00:30 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.12 --- client/Cargo.toml | 2 +- common/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index b0be1b61..21aded7d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -29,7 +29,7 @@ lazy_static = "1.4" log = "0.4" once_cell = "1" pretty_env_logger = "0.5" -prost = "0.11" +prost = "0.12" regex = "1.10" reqwest = {version = "0.11", features = ["json", "rustls-tls", "brotli", "gzip", "deflate", "stream", "socks"], default-features = false} serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]} diff --git a/common/Cargo.toml b/common/Cargo.toml index 0defdb52..1737bdd1 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/zdz/ServerStatus-Rust" [dependencies] bytes = {version = "1", features = ["serde"]} -prost = "0.11" +prost = "0.12" serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]} tonic = {version = "0.9", features = ["tls"]} diff --git a/server/Cargo.toml b/server/Cargo.toml index f9281b12..19348a0a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -34,7 +34,7 @@ minijinja = {version = "1.0", features = ["source", "json"]} once_cell = "1" pretty_env_logger = "0.5" prettytable-rs = "^0.10" -prost = "0.11" +prost = "0.12" reqwest = {version = "0.11", features = ["json", "rustls-tls"], default-features = false} rhai = {version = "1.16", features = ["sync", "metadata", "decimal", "no_function", "no_module", "no_closure", "unchecked"]} rust-embed = {version = "6.8", features = ["mime-guess"]}