Bump clap from 3.1.18 to 3.2.2 (#604)
* Bump clap from 3.1.18 to 3.2.2 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.2. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.18...v3.2.2 ) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:dependabot[bot] <support@github.com> * Bump to 3.2.4 Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
ascjones <ascjones@gmail.com>
... | ... | @@ -26,7 +26,7 @@ include = [ |
[dependencies] | ||
env_logger = "0.9.0" | ||
anyhow = "1.0.57" | ||
clap = { version = "3.1.18", features = ["derive", "env"] } | ||
clap = { version = "3.2.4", features = ["derive", "env"] } | ||
log = "0.4.17" | ||
heck = "0.4.0" | ||
zip = { version = "0.6.2", default-features = false } | ||
... | ... |
Please register or sign in to comment