From 3081209b9d082baebd9a6ec5f94af7fe85dc16ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:06:27 +0000 Subject: [PATCH] Update flume requirement from 0.11.1 to 0.12.0 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 56119a5..8b62f24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ core_affinity = { version = "0.8.1", optional = true } # required with alternate outcome channel implementations that can be enabled with features # NOTE: these version requirements could be relaxed as we don't actually depend on the # functionality of these crates internally (other than in tests) -flume = { version = "0.11.1", optional = true } +flume = { version = "0.12.0", optional = true } loole = { version = "0.4.0", optional = true } [dev-dependencies]