From e036e290d86b42e4823cc36a31e890628ea715d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:34:24 +0000 Subject: [PATCH] chore(deps): update flume requirement from 0.11 to 0.12 Updates the requirements on [flume](https://github.com/zesterer/flume) to permit the latest version. - [Changelog](https://github.com/zesterer/flume/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/flume/commits/0.12) --- updated-dependencies: - dependency-name: flume dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ebdc22..4ed9686 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ bincode = { version = "2.0.0" } clap = { version = "4.4.11", features = ["derive"] } darling = "0.20" env_logger = "0.11.0" -flume = { version = "0.11" } +flume = { version = "0.12" } futures = "0.3.28" proc-macro2 = "1.0" quote = "1.0"