From 16fb317b397342c9c8e3910b9ccf3e9a0b99b944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:59:42 +0000 Subject: [PATCH] Update egui requirement from 0.28.1 to 0.29.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.28.1...0.28.1) --- 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 1371871b4..1efd4dabb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ derive_more = "1.0.0" directories = "5.0.1" divan = "0.1.14" eframe = { version = "0.28.1" } -egui = "0.28.1" +egui = "0.29.0" egui_dock = "0.13" flate2 = "1.0.33" flume = "0.11.0"