mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
threadshare: Update to concurrent-queue 2
This commit is contained in:
parent
c2f403f998
commit
360e4275ed
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue