From fc18ac979d9cc1c0820ea7af12a8b7eddc833cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:10:55 +0000 Subject: [PATCH] chore(deps): update bevy_ecs requirement from 0.18 to 0.19 Updates the requirements on [bevy_ecs](https://github.com/bevyengine/bevy) to permit the latest version. - [Release notes](https://github.com/bevyengine/bevy/releases) - [Commits](https://github.com/bevyengine/bevy/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: bevy_ecs dependency-version: 0.19.0 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 19142b5..99ee379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ wasm-bindgen-futures = { version = "0.4.56", features = [ "futures-core-03-stream", ] } -bevy_ecs = { version = "0.18", default-features = true, features = [ +bevy_ecs = { version = "0.19", default-features = true, features = [ "multi_threaded" ] }