From 225327d1812150750d1ec099f5cb56a28a4329cf Mon Sep 17 00:00:00 2001 From: Al Liu Date: Thu, 6 Jun 2024 14:53:38 +0800 Subject: [PATCH] bump versions --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]