From 1c0183691e4176adb8f26a99546f3a6f3d529ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 17:35:04 +0000 Subject: [PATCH] chore(deps): bump the cargo group across 1 directory with 3 updates Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite), [uniffi](https://github.com/mozilla/uniffi-rs) and [boring](https://github.com/cloudflare/boring) to permit the latest version. Updates `tokio-tungstenite` 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) Updates `uniffi` to 0.32.0 - [Changelog](https://github.com/mozilla/uniffi-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mozilla/uniffi-rs/compare/v0.31.0...v0.32.0) Updates `boring` to 4.22.0 - [Release notes](https://github.com/cloudflare/boring/releases) - [Changelog](https://github.com/cloudflare/boring/blob/master/RELEASE_NOTES) - [Commits](https://github.com/cloudflare/boring/compare/v4.0.0...v4.22.0) --- updated-dependencies: - dependency-name: boring dependency-version: 4.22.0 dependency-type: direct:production dependency-group: cargo - dependency-name: tokio-tungstenite dependency-version: 0.30.0 dependency-type: direct:production dependency-group: cargo - dependency-name: uniffi dependency-version: 0.32.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- rs/qmux/Cargo.toml | 2 +- rs/web-transport-ffi/Cargo.toml | 4 ++-- rs/web-transport-quiche/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rs/qmux/Cargo.toml b/rs/qmux/Cargo.toml index 6e138199..7aa024c6 100644 --- a/rs/qmux/Cargo.toml +++ b/rs/qmux/Cargo.toml @@ -33,7 +33,7 @@ tokio = { version = "1.27", features = ["sync", "time", "macros", "rt"] } tokio-rustls = { version = "0.26", optional = true } # Optional: WebSocket -tokio-tungstenite = { version = "0.29", optional = true } +tokio-tungstenite = { version = "0.30", optional = true } tracing = "0.1" web-transport-proto = { workspace = true } web-transport-trait = { workspace = true } diff --git a/rs/web-transport-ffi/Cargo.toml b/rs/web-transport-ffi/Cargo.toml index a3ff35d7..c9ca9c7c 100644 --- a/rs/web-transport-ffi/Cargo.toml +++ b/rs/web-transport-ffi/Cargo.toml @@ -32,12 +32,12 @@ rustls-native-certs = "0.8" thiserror = "2" tokio = { version = "1", features = ["rt-multi-thread", "sync", "time", "macros"] } tokio-util = "0.7" -uniffi = { version = "0.31", features = ["cli"] } +uniffi = { version = "0.32", features = ["cli"] } url = "2" web-transport-quinn = { workspace = true } [build-dependencies] -uniffi = { version = "0.31", features = ["build"] } +uniffi = { version = "0.32", features = ["build"] } [dev-dependencies] rcgen = "0.14" diff --git a/rs/web-transport-quiche/Cargo.toml b/rs/web-transport-quiche/Cargo.toml index 16e99b55..95939772 100644 --- a/rs/web-transport-quiche/Cargo.toml +++ b/rs/web-transport-quiche/Cargo.toml @@ -21,7 +21,7 @@ all-features = true keylog = ["tokio-quiche/capture_keylogs"] [dependencies] -boring = "4" +boring = "5" bytes = "1" flume = "0.12" futures = "0.3"