From 77faee0892437fecaf429bd0be84337cf85d3526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:43:59 +0000 Subject: [PATCH] Update bevy_asset requirement from 0.15.0 to 0.16.0 Updates the requirements on [bevy_asset](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.15.0...v0.15.3) --- updated-dependencies: - dependency-name: bevy_asset dependency-version: 0.15.3 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 96c6f80..51f166e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" [dependencies] bevy = { version = "0.15.1", features = ["jpeg", "trace_tracy", "trace_tracy_memory"] } bevy_egui = "0.31.1" -bevy_asset = "0.15.0" +bevy_asset = "0.16.0" bevy-inspector-egui = "0.28.0" bevy_reflect = "0.15.0" bevy_render = "0.15.0"