Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Bump clap from 3.2.22 to 4.0.15
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.15.
- [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.22...v4.0.15)

---
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 Oct 14, 2022
1 parent 783bc8f commit be14090
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
33 changes: 26 additions & 7 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
Expand Up @@ -19,7 +19,7 @@ default = ["tree_magic_mini"]
ansi_term = "0.12.1"
anyhow = "1.0.58"
base64 = "0.13.0"
clap = { version = "3.2.12", default-features = false, features = ["std", "cargo", "deprecated"] }
clap = { version = "4.0.15", default-features = false, features = ["std", "cargo", "deprecated"] }
env_proxy = "0.4.1"
gethostname = "0.2.3"
image = "0.24.0"
Expand Down Expand Up @@ -50,7 +50,7 @@ test-generator = "0.3.0"

[build-dependencies]
# To generate completions during build
clap = { version = "3.2.12", default-features = false, features = ["std", "cargo", "deprecated"] }
clap = { version = "4.0.15", default-features = false, features = ["std", "cargo", "deprecated"] }
clap_complete = "3.1.1"

[profile.release]
Expand Down

0 comments on commit be14090

Please sign in to comment.