Bump livekit-rust-sdks with another attempt to fix build failures (#35344)

Includes https://github.com/zed-industries/livekit-rust-sdks/pull/7

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-07-31 11:39:46 -04:00 committed by Orual
parent d95ee83088
commit 2eaaba3ad3
No known key found for this signature in database
2 changed files with 9 additions and 17 deletions

View file

@ -40,8 +40,8 @@ util.workspace = true
workspace-hack.workspace = true
[target.'cfg(not(any(all(target_os = "windows", target_env = "gnu"), target_os = "freebsd")))'.dependencies]
libwebrtc = { rev = "383e5377f8b7de1f8627ee16f0cf11c5293337bd", git = "https://github.com/zed-industries/livekit-rust-sdks" }
livekit = { rev = "383e5377f8b7de1f8627ee16f0cf11c5293337bd", git = "https://github.com/zed-industries/livekit-rust-sdks", features = [
libwebrtc = { rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d", git = "https://github.com/zed-industries/livekit-rust-sdks" }
livekit = { rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d", git = "https://github.com/zed-industries/livekit-rust-sdks", features = [
"__rustls-tls"
] }