From cabd11f3c402de8ab09e1a030061ffc6aa0f02d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:20:56 +0000 Subject: [PATCH] Update bevy_tasks requirement from 0.13.2 to 0.14.1 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/docs/release_checklist.md) - [Commits](https://github.com/bevyengine/bevy/compare/v0.13.2...v0.14.1) --- 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..a713e60 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.1" divan = "0.1.11" rand = "0.8.5"