From 182771192bfc26bc7d16b2f15b670ad83d403f28 Mon Sep 17 00:00:00 2001 From: Huskies Agent Date: Thu, 16 Jul 2026 00:47:59 +0000 Subject: [PATCH] huskies: merge 1168 refactor Upgrade tokio-tungstenite 0.29 to 0.30 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a2e7304..ce725f90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1918,7 +1918,7 @@ dependencies = [ "subtle", "tempfile", "tokio", - "tokio-tungstenite 0.29.0", + "tokio-tungstenite 0.30.0", "toml", "uuid", "wait-timeout", @@ -4994,9 +4994,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" +checksum = "17a073bfed563fa236697a068031408a93cd9522e08abf9933ead3e73411bd71" dependencies = [ "futures-util", "log", @@ -5005,7 +5005,7 @@ dependencies = [ "rustls-pki-types", "tokio", "tokio-rustls", - "tungstenite 0.29.0", + "tungstenite 0.30.0", ] [[package]] @@ -5193,19 +5193,19 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" +checksum = "e48ac77174b19c110a50ab2128b24215ac9cb40e0e12e093fb602d175c569d22" dependencies = [ "bytes", "data-encoding", "http", "httparse", "log", - "rand 0.9.5", + "rand 0.10.2", "rustls", "rustls-pki-types", - "sha1 0.10.7", + "sha1 0.11.0", "thiserror 2.0.18", ] diff --git a/Cargo.toml b/Cargo.toml index 0c65ff77..05fa7622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tempfile = "3" tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] } toml = "1.1.2" uuid = { version = "1.23.1", features = ["v4", "serde"] } -tokio-tungstenite = { version = "0.29.0", features = ["connect", "rustls-tls-native-roots"] } +tokio-tungstenite = { version = "0.30.0", features = ["connect", "rustls-tls-native-roots"] } walkdir = "2.5.0" filetime = "0.2" matrix-sdk = { version = "0.18", default-features = false, features = [