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"] }