Skip to content

Commit

Permalink
Bump clap from 4.3.17 to 4.3.19
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.17 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@v4.3.17...v4.3.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 9411dde commit 6a38a55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.25.0", default-features = false, features = ["compress", "json", "rustls"] }
base64 = "0.21.2"
clap = { version = "4.3.17", features = ["cargo", "env", "wrap_help"] }
clap = { version = "4.3.19", 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.103"
zeroize = { version = "1.6.0", features = ["zeroize_derive"] }

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

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

0 comments on commit 6a38a55

Please sign in to comment.