diff --git a/Cargo.lock b/Cargo.lock index 06bf4a4..cfdb778 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3420,9 +3420,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.24.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" +checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" dependencies = [ "futures-util", "log", @@ -3667,19 +3667,18 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.24.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" +checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" dependencies = [ - "byteorder", "bytes", "data-encoding", "http", "httparse", "log", - "rand 0.8.5", + "rand 0.9.2", "sha1", - "thiserror 1.0.69", + "thiserror 2.0.17", "utf-8", ] diff --git a/crates/impulse-session/Cargo.toml b/crates/impulse-session/Cargo.toml index 7fd2916..e6e9e52 100644 --- a/crates/impulse-session/Cargo.toml +++ b/crates/impulse-session/Cargo.toml @@ -16,7 +16,7 @@ async-trait = { workspace = true } thiserror = { workspace = true } tracing = { workspace = true } uuid = { workspace = true } -tokio-tungstenite = { version = "0.24", optional = true } +tokio-tungstenite = { version = "0.28", optional = true } futures-util = { version = "0.3", optional = true } serde = { workspace = true, optional = true } serde_json = { version = "1.0", optional = true }