Skip to content

Commit 78479b3

Browse files
committed
bumping dependices for egui and gix
1 parent 817b45f commit 78479b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

function-grep/src/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ impl<A: Info<Supported = All>, M: Info<Supported = Language>> Display for Single
252252
write!(f, "{}", self.filter_name())
253253
}
254254
}
255-
impl<'a> FilterType<'a> {
255+
impl FilterType<'_> {
256256
#[must_use]
257257
pub fn specific(&self, s: &str) -> Option<Self> {
258258
match self {

git-function-history-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = ["parallel"]
1616
parallel = ["git_function_history/parallel", "function_history_backend_thread/parallel"]
1717

1818
[dependencies]
19-
eframe = {version = "0.28.1"}
19+
eframe = {version = "0.29.1"}
2020
egui_extras = { version = "*", features = ["all_loaders"] }
2121
git_function_history = { path = "../git-function-history-lib", version = "0.7.1", default-features = false}
2222
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}

git-function-history-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chrono = "0.4.38"
2424
rayon = { version = "1.10.0", optional = true }
2525
cfg-if = "1.0.0"
2626
cached = { version = "0.54.0", optional = true }
27-
gix = { version = "0.67.0", default-features = false, features = [
27+
gix = { version = "0.68.0", default-features = false, features = [
2828
"max-performance-safe",
2929
"revision",
3030
] }

0 commit comments

Comments
 (0)