Skip to content

Commit 2140066

Browse files
committed
Update deps:
- tempfile to 3.18.0 - anyhow to 1.0.97 - clap to 4.5.32
1 parent 2fa37db commit 2140066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ rust-version = "1.85"
1414

1515
[dependencies]
1616
rayon = "1.10.0"
17-
tempfile = "3.17.1"
18-
anyhow = "1.0.96"
17+
tempfile = "3.18.0"
18+
anyhow = "1.0.97"
1919
human_format = "1.1.0"
20-
clap = { version = "4.5.30", features = ["derive", "unicode", "wrap_help"] }
20+
clap = { version = "4.5.32", features = ["derive", "unicode", "wrap_help"] }
2121
rm_rf = "0.6.2"
2222
ansi_term = "0.12.1"
2323
fs-err = "3.1.0"

0 commit comments

Comments
 (0)