webrtc: Update to fastrand 2

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1240>
This commit is contained in:
Sebastian Dröge 2023-06-09 09:36:51 +03:00
parent 81ae675f2d
commit 8a7a1f519c

View file

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