From 4e8fe0f675e0954c8839b58660113164b03feef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:13:04 +0000 Subject: [PATCH] Update crossbeam-utils requirement from 0.7.2 to 0.8.20 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.20) --- 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 bcd6b70d962b7..07f40daf539e0 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -33,5 +33,5 @@ wgpu = "0.6" futures-lite = "1.4.0" log = { version = "0.4", features = ["release_max_level_info"] } crossbeam-channel = "0.4.4" -crossbeam-utils = "0.7.2" +crossbeam-utils = "0.8.20" parking_lot = "0.11.0"