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:
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"