Bump clap from 3.2.7 to 3.2.8
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.7 to 3.2.8. - [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.2.7...v3.2.8 ) --- 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 = [ |
[dependencies] | ||
env_logger = "0.9.0" | ||
anyhow = "1.0.58" | ||
clap = { version = "3.2.7", features = ["derive", "env"] } | ||
clap = { version = "3.2.8", 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