From e5899726eae560eab208c5edbc7add3b51b6acc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:09:00 +0000 Subject: [PATCH] chore(deps): bump tokio-tungstenite in /native/rust Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.29.0 to 0.30.0. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/rust/Cargo.lock | 56 +++++++++++++++++++++++++++--------------- native/rust/Cargo.toml | 2 +- 2 files changed, 37 insertions(+), 21 deletions(-) diff --git a/native/rust/Cargo.lock b/native/rust/Cargo.lock index b20bd6620..b039edd4c 100644 --- a/native/rust/Cargo.lock +++ b/native/rust/Cargo.lock @@ -1613,12 +1613,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba91f619216e76a5eb2515783f7ec2e271938b51aadac592f4930517f4626863" dependencies = [ "heck", - "indexmap 1.9.3", + "indexmap 2.14.0", "itertools 0.14.0", "proc-macro-crate", "proc-macro2", "quote", - "sha3 0.11.0", + "sha3 0.12.0", "strum", "syn 3.0.3", "unicode-ident", @@ -1739,7 +1739,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2009,7 +2009,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4000,7 +4000,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -4823,7 +4823,7 @@ dependencies = [ "derive-deftly", "libc", "paste", - "thiserror 1.0.69", + "thiserror 2.0.19", ] [[package]] @@ -4896,7 +4896,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -5752,7 +5752,7 @@ dependencies = [ "rustls", "socket2", "tokio", - "tungstenite", + "tungstenite 0.29.0", "webpki-roots", ] @@ -6875,7 +6875,7 @@ dependencies = [ "tokio-rustls", "tokio-tungstenite", "tracing", - "tungstenite", + "tungstenite 0.29.0", "url", "webpki-roots", ] @@ -6915,7 +6915,7 @@ dependencies = [ "tokio-tungstenite", "tracing", "tracing-subscriber", - "tungstenite", + "tungstenite 0.29.0", ] [[package]] @@ -7148,7 +7148,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -7207,7 +7207,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -7788,7 +7788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -8086,10 +8086,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -8304,14 +8304,14 @@ 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", "tokio", - "tungstenite", + "tungstenite 0.30.0", ] [[package]] @@ -9663,6 +9663,22 @@ dependencies = [ "thiserror 2.0.19", ] +[[package]] +name = "tungstenite" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48ac77174b19c110a50ab2128b24215ac9cb40e0e12e093fb602d175c569d22" +dependencies = [ + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.10.2", + "sha1 0.11.0", + "thiserror 2.0.19", +] + [[package]] name = "turmoil" version = "0.7.2" @@ -10044,7 +10060,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10442,7 +10458,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d6f32a0ff4a9f6f01231eb2059cc85479330739333e0e58cadf03b6af2cca10" dependencies = [ "cfg-if", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/native/rust/Cargo.toml b/native/rust/Cargo.toml index 09494e8ba..8aaab98de 100644 --- a/native/rust/Cargo.toml +++ b/native/rust/Cargo.toml @@ -329,7 +329,7 @@ sha2 = "0.11" flate2 = "1" time = "0.3" tungstenite = { version = "0.29", default-features = false, features = ["handshake"] } -tokio-tungstenite = { version = "0.29", default-features = false, features = ["handshake"] } +tokio-tungstenite = { version = "0.30", default-features = false, features = ["handshake"] } [workspace.lints.clippy] # Correctness & suspicious (errors)