Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump clap from 4.4.3 to 4.4.6
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.3 to 4.4.6.
- [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.4.3...v4.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Sep 29, 2023
1 parent d35d2c6 commit 307fe53
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
@@ -11,7 +11,7 @@ atty = "0.2.14"
bat = { version = "0.23.0", default-features = false, features = ["atty", "regex-onig"] }
byteorder = "1.4.3"
cfg-if = "1.0.0"
clap = { version = "4.4.3", features = ["derive"] }
clap = { version = "4.4.6", features = ["derive"] }
color-eyre = { version = "0.6.2", features = ["issue-url"] }
config = "0.13.3"
ctrlc = "3.4.1"

0 comments on commit 307fe53

Please sign in to comment.