From a7ab533ad631c8d8cf550cef4b4e031f9206e16a Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Sun, 30 Aug 2026 21:01:03 +0300 Subject: [PATCH] chore(deps): update rust crate livekit-api to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d59e492..51607e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tokio = { version = "1.53.0", features = ["full"] } log = "0.4" dotenv = "0.15.0" strum_macros = "0.28.0" -livekit-api = { version = "0.5.6", features = ["rustls-tls-native-roots"] } +livekit-api = { version = "0.6.0", features = ["rustls-tls-native-roots"] } livekit-protocol = "=0.7.10" thiserror = "2.0.19" trust-dns-resolver = "0.23.2" -- 2.54.0