mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-13 11:27:33 +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]
|
||||
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