Skip to content

Commit

Permalink
Update deps:
Browse files Browse the repository at this point in the history
- anyhow to 1.0.87
- clap to 4.5.17
  • Loading branch information
dkorunic committed Sep 8, 2024
1 parent 0add22e commit 5e91fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ edition = "2021"
jwalk = "0.8.1"
rayon = "1.10.0"
tempfile = "3.12.0"
anyhow = "1.0.86"
anyhow = "1.0.87"
human_format = "1.1.0"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
ctrlc = { version = "3.4.5", features = ["termination"] }
rm_rf = "0.6.2"
ansi_term = "0.12.1"
Expand Down

0 comments on commit 5e91fd1

Please sign in to comment.