From 7303607bfccf81d495859a81477663d1c16930e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 01:05:10 +0000 Subject: [PATCH] Update Rust crate flume to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47fbf98..a570fa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ affinity = "0.1.2" [dev-dependencies] tokio = { version = "1", features = ["rt-multi-thread"] } criterion = "0.6" -flume = "0.11" +flume = "0.12" futures-executor = "0.3" [profile.bench]