chore(deps): Bump clap from 3.0.0 to 3.0.13

Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0 to 3.0.13.
- [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.0.0...v3.0.13)

---
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-01 07:02:33 +00:00 committed by GitHub
parent 5b7fe620ec
commit a3f39efdc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -166,9 +166,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.0.0" version = "3.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d17bf219fcd37199b9a29e00ba65dfb8cd5b2688b7297ec14ff829c40ac50ca9" checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -197,7 +197,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb1281ab1a7abc0f415a57cf6bc1f46282957ce0c5f2b3fe6b98ff3adf8e29b3" checksum = "fb1281ab1a7abc0f415a57cf6bc1f46282957ce0c5f2b3fe6b98ff3adf8e29b3"
dependencies = [ dependencies = [
"clap 3.0.0", "clap 3.0.13",
"log", "log",
] ]
@ -272,7 +272,7 @@ version = "0.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "059a1172876f3c1a3a23247d9d79efaaaf2f27f40a776e54db820be8386be32a" checksum = "059a1172876f3c1a3a23247d9d79efaaaf2f27f40a776e54db820be8386be32a"
dependencies = [ dependencies = [
"clap 3.0.0", "clap 3.0.13",
"concolor", "concolor",
] ]
@ -1545,7 +1545,7 @@ dependencies = [
"assert_fs", "assert_fs",
"atty", "atty",
"bstr", "bstr",
"clap 3.0.0", "clap 3.0.13",
"clap-verbosity-flag 0.4.0", "clap-verbosity-flag 0.4.0",
"concolor", "concolor",
"concolor-clap", "concolor-clap",
@ -1626,7 +1626,7 @@ dependencies = [
name = "typos-vars-codegen" name = "typos-vars-codegen"
version = "1.3.0" version = "1.3.0"
dependencies = [ dependencies = [
"clap 2.34.0", "clap 3.0.13",
"clap-verbosity-flag 0.3.2", "clap-verbosity-flag 0.3.2",
"codegenrs", "codegenrs",
"dictgen", "dictgen",

View file

@ -20,7 +20,7 @@ typos = { version = "^0.8", path = "../../typos" }
unicase = "2.5" unicase = "2.5"
codegenrs = "1.0" codegenrs = "1.0"
structopt = "0.3" structopt = "0.3"
clap = "2" clap = "3"
log = "0.4" log = "0.4"
env_logger = "0.9" env_logger = "0.9"
clap-verbosity-flag = "0.3" clap-verbosity-flag = "0.3"