Skip to content

Commit 79b5c2d

Browse files
committed
bumped versions
1 parent df1e359 commit 79b5c2d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

cargo-function-history/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ git_function_history = { path = "../git-function-history-lib", version = "0.7.1"
2020
ratatui = { version = "0.29.0", features = ["crossterm"], default-features = false }
2121
crossterm = "0.28.1"
2222
eyre = "0.6.12"
23-
dirs = "5.0.1"
23+
dirs = "6.0.0"
2424
simple_file_logger = "0.4.1"
25-
log = "0.4.22"
25+
log = "0.4.25"
2626
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}
2727
tui-textarea = "0.7.0"
2828
function-grep = { path = "../function-grep", version = "0.1.1", default-features = false}

function-grep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ log = "0.4.22"
3939

4040

4141
[dev-dependencies]
42-
clap = { version = "4.5.23", features = ["derive"] }
42+
clap = { version = "4.5.28", features = ["derive"] }
4343

4444
[[example]]
4545
name = "function-grep"

function_history_backend_thread/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ parallel = ["git_function_history/parallel"]
1919
[dependencies]
2020
git_function_history = { path = "../git-function-history-lib", version = "0.7.1", default-features = false}
2121
function-grep = { path = "../function-grep", version = "0.1.1", default-features = false}
22-
log = "0.4.20"
22+
log = "0.4.25"

git-function-history-gui/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ default = ["parallel"]
1616
parallel = ["git_function_history/parallel", "function_history_backend_thread/parallel"]
1717

1818
[dependencies]
19-
eframe = {version = "0.29.1"}
19+
eframe = {version = "0.31.0"}
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}
2323
simple_file_logger = "0.4.1"
24-
log = "0.4.22"
25-
image = "0.25.2"
24+
log = "0.4.25"
25+
image = "0.25.5"
2626
function-grep = { version = "0.1.1", path = "../function-grep" }
27-
itertools = "0.13.0"
27+
itertools = "0.14.0"

git-function-history-lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ 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.68.0", default-features = false, features = [
27+
gix = { version = "0.70.0", default-features = false, features = [
2828
"max-performance-safe",
2929
"revision",
3030
] }
31-
gix-features = { version = "0.39.0", features = [
31+
gix-features = { version = "0.40.0", features = [
3232
"zlib",
3333
"once_cell",
3434
"walkdir",

0 commit comments

Comments
 (0)