mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-24 20:41:00 +00:00
threadshare: Update to flume 0.11
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1301>
This commit is contained in:
parent
f92dc28696
commit
1e0621797d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ rust-version = "1.70"
|
|||
[dependencies]
|
||||
async-task = "4.3.0"
|
||||
concurrent-queue = "2"
|
||||
flume = "0.10.13"
|
||||
flume = "0.11"
|
||||
futures = "0.3.21"
|
||||
libc = "0.2"
|
||||
gio = { git = "https://github.com/gtk-rs/gtk-rs-core" }
|
||||
|
|
Loading…
Reference in a new issue