From 2656239d8c9c2f074083320a39da21167d1ad91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:04:58 +0000 Subject: [PATCH] chore(deps): update bevy_ecs requirement from 0.16 to 0.17 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.16.0...v0.17.2) --- updated-dependencies: - dependency-name: bevy_ecs dependency-version: 0.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benches/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benches/Cargo.toml b/benches/Cargo.toml index 2449270..e143e81 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dev-dependencies] pulz-ecs = { path = "../crates/ecs" } -bevy_ecs = "0.16" +bevy_ecs = "0.17" criterion = { version = "0.5", features = [ "html_reports" ] }