webrtc: Update to fastrand 2

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1249>
This commit is contained in:
Sebastian Dröge 2023-06-09 09:36:51 +03:00
parent c9b2c88469
commit 05b2caec74

View file

@ -26,7 +26,7 @@ async-native-tls = { version = "0.4.0" }
async-tungstenite = { version = "0.19", features = ["async-std-runtime", "async-native-tls"] }
serde = "1"
serde_json = "1"
fastrand = "1.0"
fastrand = "2.0"
gst_plugin_webrtc_protocol = { version = "0.9", path="protocol", package = "gst-plugin-webrtc-signalling-protocol" }
human_bytes = "0.4"
url = "2"