From b90f3bc4c5860ead90ed0ed255449e0a5e5d35f1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 05:31:38 +0000 Subject: [PATCH] Update crossbeam-channel requirement from 0.3.1 to 0.4.3 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.1...crossbeam-channel-0.4.3) 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 895e2bbea0..3ccf1a46e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ amethyst_renderer = { path = "amethyst_renderer", version = "0.10.0" } amethyst_input = { path = "amethyst_input", version = "0.6.0" } amethyst_ui = { path = "amethyst_ui", version = "0.5.0" } amethyst_utils = { path = "amethyst_utils", version = "0.5.0" } -crossbeam-channel = "0.3.1" +crossbeam-channel = "0.4.3" derivative = "1.0" fern = { version = "0.5", features = ["colored"] } log = { version = "0.4.6", features = ["serde"] }