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:
Sebastian Dröge 2025-02-18 13:56:08 +02:00 committed by GStreamer Marge Bot
parent acfee44f58
commit 3c0da2518f

View file

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