From 478a23642da662ab61508d4a647090aa70be47fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:45:34 +0000 Subject: [PATCH] chore(deps): update bevy_egui requirement from 0.24 to 0.25 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.24.0...v0.25.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 94f161f..055c6cc 100644 --- a/demos/painting-client/Cargo.toml +++ b/demos/painting-client/Cargo.toml @@ -9,5 +9,5 @@ publish = false bevy = { workspace = true, default-features = true } bevy-rtc = { path = "../../bevy-rtc", features = ["client"] } protocol = { path = "../protocol" } -bevy_egui = "0.24" +bevy_egui = "0.25" log = { version = "0.4", default-features = false }