Skip to content

Commit

Permalink
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 3f2b386 commit d3fb3c3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
42 changes: 33 additions & 9 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,7 +25,7 @@ lto = false
[dependencies]
attohttpc = { version = "0.26.1", default-features = false, features = ["compress", "json", "rustls"] }
base64 = "0.21.2"
clap = { version = "4.3.24", features = ["cargo", "env", "wrap_help"] }
clap = { version = "4.4.0", features = ["cargo", "env", "wrap_help"] }
clap_complete = "4.3.2"
comfy-table = "7.0.1"
dialoguer = "0.10.4"
Expand All @@ -37,7 +37,7 @@ serde_json = "1.0.105"
zeroize = { version = "1.6.0", features = ["zeroize_derive"] }

[dev-dependencies]
clap = { version = "4.3.24", features = ["cargo", "deprecated", "env", "wrap_help"] }
clap = { version = "4.4.0", features = ["cargo", "deprecated", "env", "wrap_help"] }

[target.'cfg(not(target_os = "windows"))'.dependencies]
jemallocator = "0.5.4"

0 comments on commit d3fb3c3

Please sign in to comment.