Bump clap from 3.1.5 to 3.1.6

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

---
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-03-08 04:11:08 +00:00
committed by Henrik Friedrichsen
parent d8b2e8dc38
commit 2439aefeb9
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -354,9 +354,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.1.5" version = "3.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced1892c55c910c1219e98d6fc8d71f6bddba7905866ce740066d8bfea859312" checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@@ -1683,7 +1683,7 @@ name = "ncspot"
version = "0.9.5" version = "0.9.5"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap 3.1.5", "clap 3.1.6",
"clipboard", "clipboard",
"crossbeam-channel", "crossbeam-channel",
"cursive", "cursive",

View File

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