Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.4 to 4.5.16 (#45)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.4...clap_complete-v4.5.16)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent d2089b1 commit 223aeda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -41,7 +41,7 @@ ureq = { version = "2.10.1", features = ["cookies"], default-features = tr
url = { version = "2.5.2" }

# Binary dependencies
clap = { version = "4.5.4", features = ["derive", "color"], optional = true }
clap = { version = "4.5.16", features = ["derive", "color"], optional = true }
clap-verbosity-flag = { version = "2.2.1", optional = true }
pretty_env_logger = { version = "0.5.0", optional = true }

Expand Down

0 comments on commit 223aeda

Please sign in to comment.