From 71b486a9ae3b1c68b578c2bf39679eb0a41c0669 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Tue, 11 Aug 2026 03:00:37 +0200 Subject: [PATCH 1/2] chore(deps): update rust crate livekit-protocol to v0.7.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab2ba0d..754e62f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ dotenv = "0.15.0" strum = "0.28.0" strum_macros = "0.28.0" livekit-api = { version = "0.5.6", features = ["rustls-tls-native-roots"] } -livekit-protocol = "=0.7.10" +livekit-protocol = "=0.7.11" thiserror = "2.0.19" trust-dns-resolver = "0.23.2" serde_json = "1.0.151" From 526847aaeb4cdc909fa8242deec377b7d660ecde Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 12 Aug 2026 18:00:35 +0200 Subject: [PATCH 2/2] chore(deps): update rust crate livekit-protocol to v0.7.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab2ba0d..5b0179d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ dotenv = "0.15.0" strum = "0.28.0" strum_macros = "0.28.0" livekit-api = { version = "0.5.6", features = ["rustls-tls-native-roots"] } -livekit-protocol = "=0.7.10" +livekit-protocol = "=0.7.12" thiserror = "2.0.19" trust-dns-resolver = "0.23.2" serde_json = "1.0.151"