Skip to content

Commit

Permalink
Bump clap from 3.1.18 to 4.4.3
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 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@v3.1.18...clap_complete-v4.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 2, 2023
1 parent 6682241 commit 4c246dd
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 36 deletions.
246 changes: 212 additions & 34 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 @@ -25,11 +25,11 @@ rand = "0.8"
regex = "1.9"

[dependencies.clap]
version = "3"
version = "4"
features = ["suggestions", "color", "wrap_help", "cargo"]

[build-dependencies]
clap = { version = "3", features = ["cargo"] }
clap = { version = "4", features = ["cargo"] }
clap_complete = "3"
once_cell = "1.18.0"
output_vt100 = "0.1"
Expand Down

0 comments on commit 4c246dd

Please sign in to comment.