Bump clap from 3.1.8 to 3.1.9
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9. - [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.8...v3.1.9 ) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:dependabot[bot] <support@github.com>
... | @@ -26,7 +26,7 @@ include = [ | ... | @@ -26,7 +26,7 @@ include = [ |
[dependencies] | [dependencies] | ||
env_logger = "0.9.0" | env_logger = "0.9.0" | ||
anyhow = "1.0.56" | anyhow = "1.0.56" | ||
clap = { version = "3.1.8", features = ["derive", "env"] } | clap = { version = "3.1.9", features = ["derive", "env"] } | ||
log = "0.4.16" | log = "0.4.16" | ||
heck = "0.4.0" | heck = "0.4.0" | ||
zip = { version = "0.6.2", default-features = false } | zip = { version = "0.6.2", default-features = false } | ||
... | ... |
Please register or sign in to comment