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:
Diffstat (limited to 'generic/threadshare/Cargo.toml')
-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"