diff --git a/server/Cargo.toml b/server/Cargo.toml index aa748ed..bd0d50f 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.9.2", features = ["compression"] } tonic-web = "0.3.0" tracing = "0.1.37" tracing-subscriber = "0.3.16"