Skip to content

Commit 1a38653

Browse files
committed
cargo update
1 parent 38d985e commit 1a38653

File tree

2 files changed

+31
-40
lines changed

2 files changed

+31
-40
lines changed

Cargo.lock

Lines changed: 28 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ clap_complete = "4.5.54"
3434
jwalk = "0.8.1"
3535
byte-unit = "4"
3636
atty = "0.2.11"
37-
petgraph = "0.7"
38-
itertools = "0.13.0"
37+
petgraph = "0.8.3"
38+
itertools = "0.14.0"
3939
num_cpus = "1.10.0"
4040
filesize = "0.2.0"
4141
anyhow = "1.0.31"
@@ -55,7 +55,7 @@ wild = "2.0.4"
5555
owo-colors = "4.0.0"
5656
human_format = "1.0.3"
5757
once_cell = "1.19"
58-
gix-glob = "0.17.0"
58+
gix-glob = "0.22.1"
5959
gix-path = "0.10.10"
6060
bstr = "1.8.0"
6161
simplelog = "0.12.1"

0 commit comments

Comments
 (0)