From 1baddc8f2674b8f34def5f4029d0e25b8fb151e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:27:35 +0000 Subject: [PATCH] Update bevy_ecs requirement from ^0.13.2 to ^0.14.2 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.13.2...v0.14.2) --- updated-dependencies: - dependency-name: bevy_ecs 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 e71c6d6..924c39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ bot_cache = ["serenity/cache"] [dependencies] bevy_app = "^0.13.2" -bevy_ecs = "^0.13.2" +bevy_ecs = "^0.14.2" serenity = { version = "^0.12.2", features = [ "gateway", "framework",