mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-15 20:35:16 +00:00
threadshare: Update to concurrent-queue 2
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1008>
This commit is contained in:
parent
2a981132b4
commit
3936211b55
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ rust-version = "1.63"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-task = "4.3.0"
|
async-task = "4.3.0"
|
||||||
concurrent-queue = "1.2.2"
|
concurrent-queue = "2"
|
||||||
flume = "0.10.13"
|
flume = "0.10.13"
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
Loading…
Reference in a new issue