From 070aab3fa5efad5d674065aa5a456ab2677b1996 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:20:42 +0000 Subject: [PATCH] Update crossbeam-channel requirement from 0.3.9 to 0.5.1 Updates the requirements on [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) to permit the latest version. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.3.9...crossbeam-channel-0.5.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 445699b..6cd8bcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ slab = "0.4.2" streaming-iterator = "0.1.4" objekt-clonable = "0.2.2" multiqueue = "0.3.2" -crossbeam-channel = "0.3.9" +crossbeam-channel = "0.5.1" bus = "2.2.2" # Remove later when executor is in place