diff --git a/Cargo.lock b/Cargo.lock index 4ccfdaceb..35c2a5967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5021,7 +5021,7 @@ dependencies = [ "tokio-util", "tracing", "tracing-subscriber", - "tungstenite", + "tungstenite 0.29.0", "url", "utoipa", "uuid", @@ -8483,7 +8483,7 @@ dependencies = [ "native-tls", "tokio", "tokio-native-tls", - "tungstenite", + "tungstenite 0.28.0", ] [[package]] @@ -8924,6 +8924,22 @@ dependencies = [ "utf-8", ] +[[package]] +name = "tungstenite" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" +dependencies = [ + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.9.2", + "sha1 0.10.6", + "thiserror 2.0.18", +] + [[package]] name = "twofish" version = "0.7.1" diff --git a/Cargo.toml b/Cargo.toml index 895a0f96f..f944c48f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ mimalloc = "0.1.48" assert_cmd = "2.2.0" dotenvy = "0.15.7" tokio-tungstenite = "0.28" -tungstenite = "0.28" +tungstenite = "0.29" itertools = "0.14.0" bs58 = "0.5.1" syn = "2.0"