Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 2b9d894 commit 874a01c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -19,7 +19,7 @@ include = [ "src/**/*", "tests/**/*", "Cargo.lock", "Cargo.toml", "LICENSE", "RE

[dependencies]
anyhow = "1.0.94"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.24", features = ["derive"] }
clap-verbosity-flag = "3.0.2"
itertools = "0.13.0"
mini_exercism = { version = "4.2.0", features = ["cli", "cookies"] }
Expand Down

0 comments on commit 874a01c

Please sign in to comment.