Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 86d9a4d commit 0a1b831
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 crates/hirola-kit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0.192", features = [ "derive" ] }


# Deps for cli
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
rayon = "1.8.0"
glob = "0.3.1"
anyhow = "1.0.75"
Expand Down

0 comments on commit 0a1b831

Please sign in to comment.