Skip to content

Commit

Permalink
chore(deps): bump clap from 4.1.14 to 4.4.3
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.14 to 4.4.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.1.14...v4.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent 1319237 commit 0d36192
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 13 deletions.
82 changes: 70 additions & 12 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 @@ -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.1.14", features = ["derive"] }
clap = { version = "4.4.3", features = ["derive"] }
color-eyre = { version = "0.6.2", features = ["issue-url"] }
config = "0.13.3"
ctrlc = "3.4.1"
Expand Down

0 comments on commit 0d36192

Please sign in to comment.