From 4d0143550c6850d92ad6d252658aae91a5b5ddec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:33:48 +0000 Subject: [PATCH] fix(deps): update rust crate tonic to 0.10.0 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index aa748ed..c86dc05 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.0", features = ["compression"] } tonic-web = "0.3.0" tracing = "0.1.37" tracing-subscriber = "0.3.16"