Commit e63a2db6 authored by dependabot[bot]'s avatar dependabot[bot]
Browse files

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: default avatardependabot[bot] <support@github.com>
parent 07ecad71
Pipeline #201136 passed with stages
in 12 minutes and 43 seconds
......@@ -553,9 +553,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.7"
version = "3.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b7b16274bb247b45177db843202209b12191b631a14a9d06e41b3777d6ecf14"
checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83"
dependencies = [
"atty",
"bitflags",
......
......@@ -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 }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment