diff --git a/Cargo.lock b/Cargo.lock index 1110a18f6f..a2be24bc06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9896,9 +9896,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" +checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" dependencies = [ "futures-util", "log", @@ -10217,9 +10217,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" +checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" dependencies = [ "bytes", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 1534f6c0c4..988db1ea78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,7 +148,7 @@ time = { version = "0.3.39", features = [ "serde", ] } tokio = { version = "1.45.0", features = ["full"] } -tokio-tungstenite = "0.26.2" +tokio-tungstenite = "0.27.0" tokio-util = { version = "0.7.15", features = ["codec", "compat"] } toml = "0.8.12" tracing = { version = "0.1.40", features = ["log"] } diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index d5b8886733..122fe58997 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -139,7 +139,7 @@ time = { version = "0.3.39", features = [ "serde", ] } tokio = { version = "1.45.0", features = ["full"] } -tokio-tungstenite = "0.26.2" +tokio-tungstenite = "0.27.0" tokio-util = { version = "0.7.15", features = ["codec", "compat"] } toml = "0.8.12" tracing = { version = "0.1.40", features = ["log"] }