From 7156fc37f46d4ea9a43b184218a83501e2b2d91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:14:26 +0000 Subject: [PATCH] Update bevy_tasks requirement from 0.13.2 to 0.14.0 Updates the requirements on [bevy_tasks](https://github.com/bevyengine/bevy) to permit the latest version. - [Release notes](https://github.com/bevyengine/bevy/releases) - [Changelog](https://github.com/bevyengine/bevy/blob/main/CHANGELOG.md) - [Commits](https://github.com/bevyengine/bevy/compare/v0.13.2...v0.14.0) --- updated-dependencies: - dependency-name: bevy_tasks dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5c5035..2e43918 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ slab = "0.4.9" [dev-dependencies] ahash = "0.8.7" bevy_ecs = { version = "0.13.2", features = ["multi-threaded"] } -bevy_tasks = "0.13.2" +bevy_tasks = "0.14.0" divan = "0.1.11" rand = "0.8.5"