diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 82f144f..b3a0902 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -32,7 +32,7 @@ freenet-macros = { path = "../rust-macros", version = "0.0.5" } [target.'cfg(any(unix, windows))'.dependencies] tokio = { version = "1", optional = true, features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } -tokio-tungstenite = { version = "0.21", optional = true } +tokio-tungstenite = { version = "0.23", optional = true } serde_with = { version = "3" } [target.'cfg(target_family = "wasm")'.dependencies]