From 8abd8b873d0e0e8166b23be1896ec8dfe61bbce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:44:37 +0000 Subject: [PATCH] Bump livekit-api from 0.5.6 to 0.6.0 Bumps [livekit-api](https://github.com/livekit/rust-sdks) from 0.5.6 to 0.6.0. - [Release notes](https://github.com/livekit/rust-sdks/releases) - [Commits](https://github.com/livekit/rust-sdks/compare/livekit-api/v0.5.6...livekit-api/v0.6.0) --- updated-dependencies: - dependency-name: livekit-api dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 ++++++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72b1d95..f79c3a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2791,7 +2791,7 @@ dependencies = [ "lazy_static", "libloading", "libwebrtc", - "livekit-api", + "livekit-api 0.5.6", "livekit-common", "livekit-data-stream", "livekit-datatrack", @@ -2845,6 +2845,32 @@ dependencies = [ "url", ] +[[package]] +name = "livekit-api" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "537991d07fe4e7b70051bb70ef1057bf2097c71e2f9f746ff11dbf953510d491" +dependencies = [ + "device-info", + "hmac", + "http", + "jsonwebtoken", + "livekit-common", + "livekit-protocol", + "log", + "os_info", + "parking_lot", + "pbjson-types", + "prost", + "rand", + "scopeguard", + "serde", + "sha2", + "signature", + "thiserror 2.0.18", + "url", +] + [[package]] name = "livekit-common" version = "0.1.0" @@ -2898,9 +2924,9 @@ dependencies = [ [[package]] name = "livekit-protocol" -version = "0.7.10" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d26880e94e2f9bab298445e7d86a3794453d211a12ddbd051bd9991a343f9ff" +checksum = "526f22bddf409e5f15449d55cf341647d7c16a1f43df9db9b05be106e4208e1c" dependencies = [ "pbjson", "pbjson-types", @@ -4443,7 +4469,7 @@ dependencies = [ "futures", "image", "livekit", - "livekit-api", + "livekit-api 0.6.0", "log", "parking_lot", "serde", diff --git a/Cargo.toml b/Cargo.toml index 117bc0f..c83e8d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1", features = ["full", "parking_lot"] } wgpu = "29.0" winit = { version = "0.30.13", features = [ "android-native-activity" ] } livekit = { version = "0.7.49", features = ["rustls-tls-native-roots"] } -livekit-api = { version = "0.5.4", default-features = false, features = ["access-token"] } +livekit-api = { version = "0.6.0", default-features = false, features = ["access-token"] } # For local SDK development, comment out the two lines above and uncomment these # (clone https://github.com/livekit/rust-sdks to ../rust-sdks first; see