Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.13 (#121)
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 Jan 4, 2024
1 parent 230e8e8 commit d0aa1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ cachedir = "0.3.1"
dirs = "5.0.1"

# cli
clap = { version = "4.4.12", optional = true, features = ["derive", "env", "wrap_help"] }
clap = { version = "4.4.13", optional = true, features = ["derive", "env", "wrap_help"] }

bytesize = "1.3.0"
directories = "5.0.1"
Expand Down

0 comments on commit d0aa1ca

Please sign in to comment.