1
0
mirror of https://github.com/o2sh/onefetch synced 2024-06-30 22:54:20 +00:00

Bump clap from 3.2.5 to 3.2.16 (#717)

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.5 to 3.2.16.
- [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.2.5...v3.2.16)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-05 22:41:19 +02:00 committed by GitHub
parent af0db35452
commit aaaf89b60b
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

@ -284,9 +284,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.5"
version = "3.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53da17d37dba964b9b3ecb5c5a1f193a2762c700e6829201e645b9381c99dc7"
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
dependencies = [
"atty",
"bitflags",
@ -305,14 +305,14 @@ version = "3.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ead064480dfc4880a10764488415a97fdd36a4cf1bb022d372f02e8faf8386e1"
dependencies = [
"clap 3.2.5",
"clap 3.2.16",
]
[[package]]
name = "clap_derive"
version = "3.2.5"
version = "3.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11d40217d16aee8508cc8e5fde8b4ff24639758608e5374e731b53f85749fb9"
checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
dependencies = [
"heck",
"proc-macro-error",
@ -1689,7 +1689,7 @@ dependencies = [
"base64",
"byte-unit",
"bytecount",
"clap 3.2.5",
"clap 3.2.16",
"clap_complete",
"color_quant",
"git-repository",

View File

@ -31,7 +31,7 @@ anyhow = "1.0.59"
askalono = "0.4.5"
byte-unit = "4.0.14"
bytecount = "0.6.3"
clap = {version = "3.2.5", features = ["derive"]}
clap = {version = "3.2.16", features = ["derive"]}
clap_complete = "3.2.3"
color_quant = "1.1.0"
git-repository = {version = "0.20.0", features = ["max-performance", "unstable", "serde1"]}