Skip to content

Commit

Permalink
Merge pull request #107 from fraterenz/dependabot/cargo/clap-4.5.1
Browse files Browse the repository at this point in the history
Bump clap from 4.4.14 to 4.5.1
  • Loading branch information
fraterenz authored Mar 5, 2024
2 parents 7dbb615 + daaaaa3 commit ced689a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.79"
chrono = "0.4"
clap = { version = "4.4.14", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
indicatif = { version = "*", features = ["rayon"] }
num-traits = "0.2"
serde = { version = "1.0.193", features = ["derive"] }
Expand Down

0 comments on commit ced689a

Please sign in to comment.