Skip to content

Commit

Permalink
Merge pull request #147 from nix-community/dependabot/cargo/clap-4.4.18
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.4.17 to 4.4.18
  • Loading branch information
figsoda authored Jan 30, 2024
2 parents 48fb689 + 3690dcf commit d172994
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ default-features = false
features = ["regex-onig"]

[dependencies.clap]
version = "4.4.17"
version = "4.4.18"
features = ["cargo", "derive", "unicode", "wrap_help"]

[build-dependencies]
clap = { version = "4.4.17", features = ["derive", "string"] }
clap = { version = "4.4.18", features = ["derive", "string"] }
clap_complete = "4.4.9"
clap_mangen = "0.2.18"

Expand Down

0 comments on commit d172994

Please sign in to comment.