From 0e9f84faea80610f1661f56a9318e1ae77432ad9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 06:00:13 +0000 Subject: [PATCH] fix(deps): update rust crate tonic-web to 0.9.2 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index aa748ed..c43c742 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,7 +15,7 @@ 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-web = "0.3.0" +tonic-web = "0.9.2" tracing = "0.1.37" tracing-subscriber = "0.3.16" uuid = { version = "1.3.0", features = ["v4"] }