From 6e6223ca0942a12d6c7854c6f09e8ef54a7c9569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:24:25 +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.29.0) --- updated-dependencies: - dependency-name: eframe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- git-function-history-gui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-function-history-gui/Cargo.toml b/git-function-history-gui/Cargo.toml index edb4b285..6eb055db 100644 --- a/git-function-history-gui/Cargo.toml +++ b/git-function-history-gui/Cargo.toml @@ -16,7 +16,7 @@ default = ["parallel"] parallel = ["git_function_history/parallel", "function_history_backend_thread/parallel"] [dependencies] -eframe = {version = "0.28.1"} +eframe = {version = "0.29.0"} egui_extras = { version = "*", features = ["all_loaders"] } git_function_history = { path = "../git-function-history-lib", version = "0.7.1", default-features = false} function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}