Bump clap from 3.0.13 to 3.0.14
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.13 to 3.0.14. - [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.0.13...v3.0.14) --- 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:
committed by
Henrik Friedrichsen
parent
f374563759
commit
3bc22a9c9b
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -354,9 +354,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "3.0.13"
|
||||
version = "3.0.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e"
|
||||
checksum = "b63edc3f163b3c71ec8aa23f9bd6070f77edbf3d1d198b164afa90ff00e4ec62"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
@@ -1677,7 +1677,7 @@ name = "ncspot"
|
||||
version = "0.9.5"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"clap 3.0.13",
|
||||
"clap 3.0.14",
|
||||
"clipboard",
|
||||
"crossbeam-channel",
|
||||
"cursive",
|
||||
|
||||
@@ -14,7 +14,7 @@ edition = "2021"
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = "3.0.12"
|
||||
clap = "3.0.14"
|
||||
chrono = "0.4"
|
||||
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
||||
crossbeam-channel = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user