Bump clap from 3.1.6 to 3.1.7

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.7.
- [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.6...v3.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-01 04:14:14 +00:00
committed by Henrik Friedrichsen
parent c373a5b345
commit 2e9c67aad5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -285,9 +285,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.6"
version = "3.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
checksum = "c67e7973e74896f4bba06ca2dcfd28d54f9cb8c035e940a32b88ed48f5f5ecf2"
dependencies = [
"atty",
"bitflags",

View File

@@ -14,7 +14,7 @@ edition = "2021"
maintenance = { status = "actively-developed" }
[dependencies]
clap = "3.1.6"
clap = "3.1.7"
chrono = "0.4"
reqwest = { version = "0.11", features = ["blocking", "json"] }
crossbeam-channel = "0.5"