Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2024-01-14 12:40:27 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2024-01-16 10:52:48 +0300
commitdfa95d8ed349c34aa382f08a24a36b59fef9ca01 (patch)
treec802d0162e869f498a7b06e21bde538b17895291 /net/webrtc/Cargo.toml
parentc85106e7002bc1a13f8da0a016a1f47cbc30089d (diff)
webrtc: Update to livekit-api / livekit-protocol 0.3
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1427>
Diffstat (limited to 'net/webrtc/Cargo.toml')
-rw-r--r--net/webrtc/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index f22d204dc..a4a466a32 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -51,8 +51,8 @@ reqwest = { version = "0.11", features = ["default-tls"] }
parse_link_header = {version = "0.3", features = ["url"]}
async-recursion = "1.0.0"
-livekit-protocol = { version = "0.2" }
-livekit-api = { version = "0.2", default-features = false, features = ["signal-client", "access-token", "native-tls"] }
+livekit-protocol = { version = "0.3" }
+livekit-api = { version = "0.3", default-features = false, features = ["signal-client", "access-token", "native-tls"] }
warp = "0.3"
crossbeam-channel = "0.5"