aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-22 07:48:56 +0000
committerGitHub <noreply@github.com>2022-06-22 07:48:56 +0000
commitce359b311ebea66ead5ffc985fe2d6bf1ab2a717 (patch)
tree6a03df16563a68786e93d85c2f8ca61a75d925b0
parentBump rstest from 0.13.0 to 0.14.0 (#824) (diff)
downloadminiserve-ce359b311ebea66ead5ffc985fe2d6bf1ab2a717.tar.gz
miniserve-ce359b311ebea66ead5ffc985fe2d6bf1ab2a717.zip
Bump clap_complete from 3.2.1 to 3.2.2 (#828)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.1 to 3.2.2. - [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.2.1...clap_complete-v3.2.2) --- updated-dependencies: - dependency-name: clap_complete 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>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 10183ba..532623d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -561,9 +561,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "3.2.1"
+version = "3.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0f6ebaab5f25e4f0312dfa07cb30a755204b96e6531457c2cfdecfdf5f2adf40"
+checksum = "c09fbb00fb6e20e92f785598ecbf0c118f269737490c57af28b1ed07f392be16"
dependencies = [
"clap 3.2.5",
]
diff --git a/Cargo.toml b/Cargo.toml
index 56667ac..f27770d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ bytesize = "1"
nanoid = "0.4"
alphanumeric-sort = "1"
clap = { version = "3.2", features = ["derive", "cargo", "wrap_help"] }
-clap_complete = "3.1.3"
+clap_complete = "3.2.2"
clap_mangen = "0.1"
chrono = "0.4"
chrono-humanize = "0.2"