From f0f4e8f0e958e890ff4cb389171599b74361d0d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 07:05:13 +0000 Subject: [PATCH] Update crossbeam-channel requirement from 0.4.4 to 0.5.6 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.4.4...crossbeam-channel-0.5.6) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_asset/Cargo.toml | 2 +- crates/bevy_wgpu/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 31b5d9f075935..4aa7533225142 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -27,7 +27,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.3.0" } # other serde = { version = "1", features = ["derive"] } ron = "0.6.2" -crossbeam-channel = "0.4.4" +crossbeam-channel = "0.5.6" anyhow = "1.0" thiserror = "1.0" downcast-rs = "1.2.0" diff --git a/crates/bevy_wgpu/Cargo.toml b/crates/bevy_wgpu/Cargo.toml index aa96a3d8c21cf..1c73270a7894b 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -31,6 +31,6 @@ bevy_utils = { path = "../bevy_utils", version = "0.3.0" } # other wgpu = "0.6" futures-lite = "1.4.0" -crossbeam-channel = "0.4.4" +crossbeam-channel = "0.5.6" crossbeam-utils = "0.7.2" parking_lot = "0.11.0"