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"