From f8e47506ac1e9dcd5c22956d7251c45334d8bf73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 01:20:44 +0000 Subject: [PATCH] Update flume requirement from 0.10 to 0.11 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) --- updated-dependencies: - dependency-name: flume dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crossbeam-channel/benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossbeam-channel/benchmarks/Cargo.toml b/crossbeam-channel/benchmarks/Cargo.toml index 1ddf412fa..339da9886 100644 --- a/crossbeam-channel/benchmarks/Cargo.toml +++ b/crossbeam-channel/benchmarks/Cargo.toml @@ -10,7 +10,7 @@ bus = "2.3.0" crossbeam = { path = "../.." } crossbeam-channel = { path = ".." } crossbeam-deque = { path = "../../crossbeam-deque" } -flume = "0.10" +flume = "0.11" futures = { version = "0.3", features = ["thread-pool"] } lockfree = "0.5.1" mpmc = "0.1.6"