From 77944c7ef6a727367dc92fdf00aaec42070636b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:58:38 +0000 Subject: [PATCH] Update eframe requirement from 0.28.1 to 0.29.0 Updates the requirements on [eframe](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: eframe 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..882bd7a42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ clap = { version = "4.5.17", features = ["derive"] } derive_more = "1.0.0" directories = "5.0.1" divan = "0.1.14" -eframe = { version = "0.28.1" } +eframe = { version = "0.29.0" } egui = "0.28.1" egui_dock = "0.13" flate2 = "1.0.33"