From 5b22d16dbf30764ae4c86995f11ba51e1a0c4d24 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 28 Jul 2026 12:37:12 +0000 Subject: [PATCH] Update Rust crate tokio-tungstenite to 0.30.0 --- prudplite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prudplite/Cargo.toml b/prudplite/Cargo.toml index 34720a5..2d58400 100644 --- a/prudplite/Cargo.toml +++ b/prudplite/Cargo.toml @@ -12,7 +12,7 @@ rnex-core = { path = "../rnex-core", version = "0.1.1" } tokio = { version = "1.47.0", features = ["full"] } bytemuck = { version = "1.23.1", features = ["derive"] } proxy-common = {path = "../proxy-common"} -tokio-tungstenite = {version = "0.29.0", features = ["rustls", "rustls-tls-native-roots"]} +tokio-tungstenite = {version = "0.30.0", features = ["rustls", "rustls-tls-native-roots"]} log = "0.4.25" futures-util = "0.3.31" v-byte-helpers = { git = "https://github.com/RusticMaple/VByteMacros", version = "0.1.1" }