From 1e57baa5c483f85df4aea11232a1f4741ef8de3c Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:15:00 +0000 Subject: [PATCH] chore(deps): update rust crate flume to 0.12 --- glommio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glommio/Cargo.toml b/glommio/Cargo.toml index 8b6c381fc..7f57ef41e 100755 --- a/glommio/Cargo.toml +++ b/glommio/Cargo.toml @@ -26,7 +26,7 @@ buddy-alloc = "0.4" concurrent-queue = "1.2" crossbeam = "0.8" enclose = "1.1" -flume = { version = "0.11", features = ["async"] } +flume = { version = "0.12", features = ["async"] } futures-lite = "2.6.0" intrusive-collections = "0.9" lazy_static = "1.4"