From 03c1ffd6defc620ff146421bdd069124443587a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 21:06:04 +0000 Subject: [PATCH] Update cargo dependencies (libwebrtc) Generated by renovateBot --- libwebrtc/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libwebrtc/Cargo.toml b/libwebrtc/Cargo.toml index f932fa011..0de8c38d5 100644 --- a/libwebrtc/Cargo.toml +++ b/libwebrtc/Cargo.toml @@ -28,10 +28,10 @@ serde_json = { workspace = true } thiserror = { workspace = true } [target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies] -glib = { version = "0.21.3", optional = true } +glib = { version = "0.22.0", optional = true } [target.'cfg(target_os = "android")'.dependencies] -jni = "0.21" +jni = "0.22" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] webrtc-sys = { workspace = true } @@ -40,7 +40,7 @@ lazy_static = { workspace = true } parking_lot = { workspace = true } tokio = { workspace = true, default-features = false, features = ["sync", "macros", "time", "rt-multi-thread"] } cxx = "1.0" -rtrb = "0.3.3" +rtrb = "0.4.0" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2"