aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-13 04:41:49 +0000
committerGitHub <noreply@github.com>2022-01-13 04:41:49 +0000
commit0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a (patch)
treec03c9eee2619a08a386f903a6c88e3e19d89d226 /Cargo.lock
parentMerge pull request #705 from svenstaro/dependabot/cargo/clap-3.0.7 (diff)
downloadminiserve-0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a.tar.gz
miniserve-0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a.zip
Bump clap_complete from 3.0.2 to 3.0.3
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.2 to 3.0.3. - [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.2...clap_complete-v3.0.3) --- 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 8237f5e..ee17001 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -592,9 +592,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "3.0.2"
+version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a394f7ec0715b42a4e52b294984c27c9a61f77c8d82f7774c5198350be143f19"
+checksum = "6fff450c061c4de8162fd6fa0a7a73f70f10c211869a34897724823ed9ec0046"
dependencies = [
"clap 3.0.7",
]