From 878cd61e5f0d56353cdc5194aeb3eb4361f50c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:18:09 +0000 Subject: [PATCH] Update eframe requirement from 0.28.1 to 0.29.1 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.1) --- 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..4076965f 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.1"} 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}