mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-23 17:38:20 +00:00
webrtc: Update to fastrand 2
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1249>
This commit is contained in:
parent
c9b2c88469
commit
05b2caec74
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue