aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-05 13:10:05 +0000
committerGitHub <noreply@github.com>2022-01-05 13:10:05 +0000
commit58b9a2f2f0c1d289c716760d241923bc0ce32886 (patch)
tree04a6045a44fe333cf31b71df9763783a66f9ac67 /Cargo.lock
parentMerge pull request #692 from svenstaro/dependabot/cargo/clap-3.0.4 (diff)
downloadminiserve-58b9a2f2f0c1d289c716760d241923bc0ce32886.tar.gz
miniserve-58b9a2f2f0c1d289c716760d241923bc0ce32886.zip
Bump clap_complete from 3.0.1 to 3.0.2
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.1 to 3.0.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.0.1...clap_complete-v3.0.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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1702258..3031648 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -592,9 +592,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "3.0.1"
+version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0e3cb395a9ef3c4ddabee9d6a0d0419b107cccf3e431fc0015df90f24849386c"
+checksum = "a394f7ec0715b42a4e52b294984c27c9a61f77c8d82f7774c5198350be143f19"
dependencies = [
"clap 3.0.4",
]