Skip to content

Commit

Permalink
Bump clap from 3.2.25 to 4.3.19 (#137)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.25 to 4.3.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.25...v4.3.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 29, 2023
1 parent f88b9c7 commit b35293f
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 39 deletions.
139 changes: 101 additions & 38 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 @@ -16,7 +16,7 @@ version = "0.20.1"
[dependencies]
anyhow = "1"
atty = "0.2"
clap = { version = "3.2.14", features = ["derive"] }
clap = { version = "4.3.19", features = ["derive"] }
cfg-if = "1"
dirs = "2"
fs2 = "0.4"
Expand Down

0 comments on commit b35293f

Please sign in to comment.