From 1e51089b496b204f1d5cea2f9c2512363faec0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 21:39:04 +0000 Subject: [PATCH] Update bevy-inspector-egui requirement from 0.28.0 to 0.30.0 Updates the requirements on [bevy-inspector-egui](https://github.com/jakobhellermann/bevy-inspector-egui) to permit the latest version. - [Changelog](https://github.com/jakobhellermann/bevy-inspector-egui/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/jakobhellermann/bevy-inspector-egui/commits) --- updated-dependencies: - dependency-name: bevy-inspector-egui 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..0939a82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" bevy = { version = "0.15.1", features = ["jpeg", "trace_tracy", "trace_tracy_memory"] } bevy_egui = "0.31.1" bevy_asset = "0.15.0" -bevy-inspector-egui = "0.28.0" +bevy-inspector-egui = "0.30.0" bevy_reflect = "0.15.0" bevy_render = "0.15.0" bevy_window = "0.15.0"