aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-14 04:17:54 +0000
committerGitHub <noreply@github.com>2022-07-14 04:17:54 +0000
commit768a98ad967ff9bb10bfa6ce3571c9d16b3cbd20 (patch)
treeb5bf984a3d81d45bdc4e096a03cf22dd55040a81
parentMerge pull request #839 from svenstaro/dependabot/cargo/clap-3.2.10 (diff)
downloadminiserve-768a98ad967ff9bb10bfa6ce3571c9d16b3cbd20.tar.gz
miniserve-768a98ad967ff9bb10bfa6ce3571c9d16b3cbd20.zip
Bump clap from 3.2.10 to 3.2.11
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.10 to 3.2.11. - [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.10...v3.2.11) --- 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 0fe22ae..e21e147 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -543,9 +543,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.2.10"
+version = "3.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "69c5a7f9997be616e47f0577ee38c91decb33392c5be4866494f34cdf329a9aa"
+checksum = "d646c7ade5eb07c4aa20e907a922750df0c448892513714fd3e4acbc7130829f"
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.10",
+ "clap 3.2.11",
]
[[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.10",
+ "clap 3.2.11",
"roff",
]
@@ -1411,7 +1411,7 @@ dependencies = [
"bytesize",
"chrono",
"chrono-humanize",
- "clap 3.2.10",
+ "clap 3.2.11",
"clap_complete",
"clap_mangen",
"futures",