mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-03 02:03:48 +00:00
rtp: Add thread_rng
feature to rand
dependency
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2090>
This commit is contained in:
parent
acfee44f58
commit
3c0da2518f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ futures = "0.3"
|
|||
gio.workspace = true
|
||||
hex = "0.4.3"
|
||||
log = "0.4"
|
||||
rand = { version = "0.9", default-features = false, features = ["std", "std_rng" ] }
|
||||
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng" ] }
|
||||
rtp-types = { version = "0.1" }
|
||||
rtcp-types = { version = "0.1" }
|
||||
slab = "0.4.9"
|
||||
|
|
Loading…
Reference in a new issue