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}