Skip to content

Commit

Permalink
build(deps): bump clap from 4.3.24 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.24 to 4.4.0.
- [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.3.24...clap_complete-v4.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent a93c2cf commit 6e30b14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
32 changes: 10 additions & 22 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 @@ -14,7 +14,7 @@ description = "A command-line utility for easily compressing and decompressing f
atty = "0.2.14"
bstr = { version = "1.6.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.3.24", features = ["derive", "env"] }
clap = { version = "4.4.0", features = ["derive", "env"] }
filetime = "0.2.22"
flate2 = { version = "1.0.27", default-features = false }
fs-err = "2.9.0"
Expand All @@ -39,7 +39,7 @@ zstd = { version = "0.12.4", default-features = false }
is_executable = "1.0.1"

[build-dependencies]
clap = { version = "4.3.24", features = ["derive", "env", "string"] }
clap = { version = "4.4.0", features = ["derive", "env", "string"] }
clap_complete = "4.4.0"
clap_mangen = "0.2.12"

Expand Down

0 comments on commit 6e30b14

Please sign in to comment.