From 1a639688ab882b3f5f328114b5be504a658e319f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:56:58 +0000 Subject: [PATCH] chore(deps): update bevy_egui requirement from 0.25 to 0.27 Updates the requirements on [bevy_egui](https://github.com/mvlabat/bevy_egui) to permit the latest version. - [Release notes](https://github.com/mvlabat/bevy_egui/releases) - [Changelog](https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/mvlabat/bevy_egui/compare/v0.25.0...v0.27.0) --- updated-dependencies: - dependency-name: bevy_egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demos/painting_client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/painting_client/Cargo.toml b/demos/painting_client/Cargo.toml index 40efaa1..1e85410 100644 --- a/demos/painting_client/Cargo.toml +++ b/demos/painting_client/Cargo.toml @@ -9,7 +9,7 @@ publish = false bevy = { workspace = true, default-features = true } bevy_rtc = { path = "../../bevy_rtc", features = ["client"] } protocol = { path = "../protocol" } -bevy_egui = "0.25" +bevy_egui = "0.27" log = { version = "0.4", default-features = false } ## FIXME: Remove this after https://github.com/bevyengine/bevy/issues/11052