Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.8 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2023
1 parent e9a8453 commit 6d180ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 71 deletions.
90 changes: 20 additions & 70 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.189", features = [ "derive" ] }


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

0 comments on commit 6d180ae

Please sign in to comment.