diff --git a/Cargo.toml b/Cargo.toml index a21b911..a6e16e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"]} sha2 = { version = "0.10", default-features = false } sled = "0.34" toml = "0.8" -tokio-tungstenite = "0.21" +tokio-tungstenite = "0.28" tokio = { version = "1", features = ["full"] } tracing = "0.1" unicode-normalization = { version = "0.1", default-features = false }