diff --git a/Cargo.toml b/Cargo.toml index f133e2f..dedbef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ bytes = "1.10.1" reqwest-middleware = { version = "0.5.0", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -async-tungstenite = { version = "0.32", default-features = false, features = [ +async-tungstenite = { version = "0.33", default-features = false, features = [ "futures-03-sink", ] } tokio-util = { version = "0.7", default-features = false, features = [