From 1e0621797de7b5f9ab21d4b456f9127d0095b72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 17 Aug 2023 09:18:56 +0300 Subject: [PATCH] threadshare: Update to flume 0.11 Part-of: --- generic/threadshare/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml index f24f46884..8b0ca8d5d 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -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" }