aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-11 04:17:23 +0000
committerGitHub <noreply@github.com>2022-01-11 04:17:23 +0000
commite9e00022b4e1c468e93e95ca2d2c9e88eb890648 (patch)
tree84669aedfb065c75bda0ea4305d6984ade91b2b0
parentMerge pull request #696 from svenstaro/dependabot/cargo/sha2-0.10.1 (diff)
downloadminiserve-e9e00022b4e1c468e93e95ca2d2c9e88eb890648.tar.gz
miniserve-e9e00022b4e1c468e93e95ca2d2c9e88eb890648.zip
Bump clap from 3.0.5 to 3.0.6
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.5 to 3.0.6. - [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.5...v3.0.6) --- 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.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4b55111..1f6244b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -574,9 +574,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.0.5"
+version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f6f34b09b9ee8c7c7b400fe2f8df39cafc9538b03d6ba7f4ae13e4cb90bfbb7d"
+checksum = "1957aa4a5fb388f0a0a73ce7556c5b42025b874e5cdc2c670775e346e97adec0"
dependencies = [
"atty",
"bitflags",
@@ -596,7 +596,7 @@ version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a394f7ec0715b42a4e52b294984c27c9a61f77c8d82f7774c5198350be143f19"
dependencies = [
- "clap 3.0.5",
+ "clap 3.0.6",
]
[[package]]
@@ -1426,7 +1426,7 @@ dependencies = [
"bytesize",
"chrono",
"chrono-humanize",
- "clap 3.0.5",
+ "clap 3.0.6",
"clap_complete",
"futures",
"get_if_addrs",
diff --git a/Cargo.toml b/Cargo.toml
index 7a64d8c..deaa89a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ port_check = "0.1"
bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
-clap = { version = "3.0.5", features = ["derive", "cargo", "wrap_help"] }
+clap = { version = "3.0.6", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.0.2"
chrono = "0.4"
chrono-humanize = "0.2"