diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index 2934f88f..3c215d95 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -29,7 +29,7 @@ async-tungstenite = { version = "0.23", features = ["tokio-runtime", "tokio-nati serde = { version = "1", features = ["derive"] } serde_json = "1" fastrand = "2.0" -gst_plugin_webrtc_protocol = { path="protocol", package = "gst-plugin-webrtc-signalling-protocol" } +gst_plugin_webrtc_protocol = { path="protocol", package = "gst-plugin-webrtc-signalling-protocol", version = "0.11" } human_bytes = "0.4" url = "2" diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml index dcb68a71..8e07a76b 100644 --- a/net/webrtc/signalling/Cargo.toml +++ b/net/webrtc/signalling/Cargo.toml @@ -24,7 +24,7 @@ uuid = { version = "1", features = ["v4"] } thiserror = "1" test-log = { version = "0.2", features = ["trace"], default-features = false } pin-project-lite = "0.2" -gst_plugin_webrtc_protocol = { path="../protocol", package = "gst-plugin-webrtc-signalling-protocol" } +gst_plugin_webrtc_protocol = { path="../protocol", package = "gst-plugin-webrtc-signalling-protocol", version = "0.11" } [[bin]] name = "gst-webrtc-signalling-server"