aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-22 04:18:13 +0000
committerGitHub <noreply@github.com>2022-02-22 04:18:13 +0000
commitce50db963a032266b380efb7de2b0a678b4a13d7 (patch)
tree4590cbc9889c196a9e47a5217c099199838be70f
parentAdd CHANGELOG for #738 (diff)
downloadminiserve-ce50db963a032266b380efb7de2b0a678b4a13d7.tar.gz
miniserve-ce50db963a032266b380efb7de2b0a678b4a13d7.zip
Bump clap from 3.1.0 to 3.1.1
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.0 to 3.1.1. - [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.1.0...v3.1.1) --- 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
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 910d926..6573c4c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -580,9 +580,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.1.0"
+version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e5f1fea81f183005ced9e59cdb01737ef2423956dac5a6d731b06b2ecfaa3467"
+checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7"
dependencies = [
"atty",
"bitflags",
@@ -602,7 +602,7 @@ version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23eec4dd324308f49d8bf86a2732078c34d57955fec1e1d865554fc37c15d420"
dependencies = [
- "clap 3.1.0",
+ "clap 3.1.1",
]
[[package]]
@@ -624,7 +624,7 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0649fb4156bbd7306896025005596033879a2051f9a3aa7416ab915df1f8fdac"
dependencies = [
- "clap 3.1.0",
+ "clap 3.1.1",
"roff",
]
@@ -1437,7 +1437,7 @@ dependencies = [
"bytesize",
"chrono",
"chrono-humanize",
- "clap 3.1.0",
+ "clap 3.1.1",
"clap_complete",
"clap_mangen",
"futures",
diff --git a/Cargo.toml b/Cargo.toml
index fb1b959..09e58ab 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.7", features = ["derive", "cargo", "wrap_help"] }
+clap = { version = "3.1.1", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.0.3"
clap_mangen = "0.1"
chrono = "0.4"