diff --git a/Cargo.lock b/Cargo.lock index a9dd50c..8ff0313 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4025,7 +4025,7 @@ dependencies = [ "strip-ansi-escapes", "tempfile", "tokio", - "tokio-tungstenite 0.28.0", + "tokio-tungstenite 0.29.0", "toml 1.0.6+spec-1.1.0", "uuid", "wait-timeout", @@ -4333,14 +4333,14 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" +checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.28.0", + "tungstenite 0.29.0", ] [[package]] @@ -4562,9 +4562,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" +checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" dependencies = [ "bytes 1.11.1", "data-encoding", @@ -4574,7 +4574,6 @@ dependencies = [ "rand 0.9.2", "sha1", "thiserror 2.0.18", - "utf-8", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 00d6bd0..f186668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tempfile = "3" tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] } toml = "1.0.6" uuid = { version = "1.22.0", features = ["v4", "serde"] } -tokio-tungstenite = "0.28.0" +tokio-tungstenite = "0.29.0" walkdir = "2.5.0" filetime = "0.2" matrix-sdk = { version = "0.16.0", default-features = false, features = [