diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index a4cdb971..5b330ec0 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -29,7 +29,7 @@ tokio-stream = "0.1.11" async-tungstenite = { version = "0.22", features = ["tokio-runtime", "tokio-native-tls"] } serde = "1" serde_json = "1" -fastrand = "1.0" +fastrand = "2.0" gst_plugin_webrtc_protocol = { path="protocol", package = "gst-plugin-webrtc-signalling-protocol" } human_bytes = "0.4" url = "2"