From 74a4c3065dfcd2821db65a27ca52a241b6808007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 08:01:17 +0000 Subject: [PATCH] Update crossbeam-utils requirement from 0.7.2 to 0.8.15 Updates the requirements on [crossbeam-utils](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-utils-0.7.2...crossbeam-utils-0.8.15) --- updated-dependencies: - dependency-name: crossbeam-utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_wgpu/Cargo.toml b/crates/bevy_wgpu/Cargo.toml index aa96a3d8c21cf..d4396132470c6 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -32,5 +32,5 @@ bevy_utils = { path = "../bevy_utils", version = "0.3.0" } wgpu = "0.6" futures-lite = "1.4.0" crossbeam-channel = "0.4.4" -crossbeam-utils = "0.7.2" +crossbeam-utils = "0.8.15" parking_lot = "0.11.0"