From ebbc39244a51a8ebadf9a309b8e343126b08a3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:27:00 +0000 Subject: [PATCH] Update eframe requirement from 0.29.1 to 0.30.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.29.1...0.30.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 b56fab24..c16f08e3 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.29.1"} +eframe = {version = "0.30.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}