From bbc2c518c967fc0cfafe7e5cc4a42584735083f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:32:52 +0000 Subject: [PATCH] fix(deps): update rust crate tonic to 0.10.1 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index aa748ed..2ccd057 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0.156", features = ["derive"] } snafu = "0.7.4" tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] } tokio-tungstenite = "0.18.0" -tonic = { version = "0.7.2", features = ["compression"] } +tonic = { version = "0.10.1", features = ["compression"] } tonic-web = "0.3.0" tracing = "0.1.37" tracing-subscriber = "0.3.16"