Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-01-09 13:24:28 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-01-09 13:34:42 +0300
commit84896e6468801ab7e7eca08e5b561643ef39535d (patch)
tree16440a2b7a666b7844fb881b463f2754d9ee8980 /generic/threadshare
parent65c9c33f88eadb2ed33ea6c8af1d42a5595a4aaa (diff)
Update to rand 0.8
Diffstat (limited to 'generic/threadshare')
-rw-r--r--generic/threadshare/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml
index abb4ba7a2..79201e0f3 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -18,7 +18,7 @@ pin-project = "1"
once_cell = "1"
tokio = { git = "https://github.com/fengalin/tokio", tag = "tokio-0.2.13-throttling", features = ["io-util", "macros", "rt-core", "sync", "stream", "time", "tcp", "udp", "rt-util"] }
futures = { version = "0.3", features = ["thread-pool"] }
-rand = "0.7"
+rand = "0.8"
socket2 = "0.3"
[target.'cfg(windows)'.dependencies]