Bump clap from 3.1.0 to 3.1.1

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.0 to 3.1.1.
- [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/clap_complete-v3.1.0...v3.1.1)

---
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-02-22 04:11:53 +00:00
committed by Henrik Friedrichsen
parent 31f042b198
commit 203424df40
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -354,9 +354,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.0"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5f1fea81f183005ced9e59cdb01737ef2423956dac5a6d731b06b2ecfaa3467"
checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7"
dependencies = [
"atty",
"bitflags",
@@ -1677,7 +1677,7 @@ name = "ncspot"
version = "0.9.5"
dependencies = [
"chrono",
"clap 3.1.0",
"clap 3.1.1",
"clipboard",
"crossbeam-channel",
"cursive",

View File

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