From 02bfc89e08b8971790204229bf8aadd669f8b79d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:10:47 +0000 Subject: [PATCH] Update egui requirement from 0.29.1 to 0.30.0 Updates the requirements on [egui](https://github.com/emilk/egui) to permit the latest version. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.29.1...0.30.0) --- updated-dependencies: - dependency-name: 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 6c47a08..5d718dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde_json = "1.0.132" semver = "1.0.23" # GUI eframe = "0.29.1" -egui = "0.29.1" +egui = "0.30.0" egui-notify = "0.17.0" egui_extras = { version = "0.29.1", features = ["syntect", "image"] } image = "0.25.4"