diff --git a/Cargo.toml b/Cargo.toml index 2b2393e..30e43ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ flate2 = { version = "1", optional = true } zstd = { version = "0.13", optional = true, default-features = false } # WebSockets -tokio-tungstenite = { version = "0.23", optional = true, default-features = false } +tokio-tungstenite = { version = "0.24", optional = true, default-features = false } sha-1 = { version = "0.10", optional = true } futures-util = { version = "0.3", optional = true, default-features = false, features = ["sink"] }