chore(deps): update rust crate livekit-protocol to v0.7.12
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-20 19:00:50 +03:00
commit 802267caa2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1486,9 +1486,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",

View file

@ -29,7 +29,7 @@ log = "0.4"
dotenv = "0.15.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"