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>2022-11-09 10:15:38 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-11-09 10:15:38 +0300
commit360e4275ed8e68c8731d467541c0b1373058f9dd (patch)
tree409c3e5128791d9caf7be987d64bd41585f77146 /generic/threadshare
parentc2f403f998b2b525b2b5ab9943a0c7207cb5fd56 (diff)
threadshare: Update to concurrent-queue 2
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 d578f2736..a1affdfba 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -10,7 +10,7 @@ rust-version = "1.63"
[dependencies]
async-task = "4.3.0"
-concurrent-queue = "1.2.2"
+concurrent-queue = "2"
flume = "0.10.13"
futures = "0.3.21"
libc = "0.2"