From 630209edd54f8b30496faab59f831975adbd7998 Mon Sep 17 00:00:00 2001 From: "stoat-release[bot]" <245062572+stoat-release[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:37:03 +0000 Subject: [PATCH] chore(deps): update rust crate livekit-protocol to v0.7.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 872ee2a0..407c8764 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4756,9 +4756,9 @@ dependencies = [ [[package]] name = "livekit-protocol" -version = "0.7.7" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd59f3759f1a14e60b6bc6d4d415414e1aed686c8e4d2c7862542d95301cdc70" +checksum = "4d26880e94e2f9bab298445e7d86a3794453d211a12ddbd051bd9991a343f9ff" dependencies = [ "pbjson", "pbjson-types", diff --git a/Cargo.toml b/Cargo.toml index dcbdb01d..d5baf8a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ lapin = "4.7.1" # Voice livekit-api = "=0.4.23" -livekit-protocol = "=0.7.7" +livekit-protocol = "=0.7.10" livekit-runtime = "0.4.0" # Other Utilities