aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-01 04:23:59 +0000
committerGitHub <noreply@github.com>2022-07-01 04:23:59 +0000
commitf2db466567ff1fb1b19cadf371a9a7e5940ccd7d (patch)
tree67d9560be1bc68f9c2a2ef84978128567c43524b
parentMerge pull request #831 from svenstaro/dependabot/cargo/clap-3.2.7 (diff)
downloadminiserve-f2db466567ff1fb1b19cadf371a9a7e5940ccd7d.tar.gz
miniserve-f2db466567ff1fb1b19cadf371a9a7e5940ccd7d.zip
Bump clap from 3.2.7 to 3.2.8
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.7 to 3.2.8. - [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.7...v3.2.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bf8eada..c891740 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -543,9 +543,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.2.7"
+version = "3.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b7b16274bb247b45177db843202209b12191b631a14a9d06e41b3777d6ecf14"
+checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83"
dependencies = [
"atty",
"bitflags",
@@ -565,7 +565,7 @@ version = "3.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ead064480dfc4880a10764488415a97fdd36a4cf1bb022d372f02e8faf8386e1"
dependencies = [
- "clap 3.2.7",
+ "clap 3.2.8",
]
[[package]]
@@ -596,7 +596,7 @@ version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "937efe4451c32be4ccb3e19549cbb1ea5cb85197f39b87a9662ca1d7b1765d1d"
dependencies = [
- "clap 3.2.7",
+ "clap 3.2.8",
"roff",
]
@@ -1411,7 +1411,7 @@ dependencies = [
"bytesize",
"chrono",
"chrono-humanize",
- "clap 3.2.7",
+ "clap 3.2.8",
"clap_complete",
"clap_mangen",
"futures",