aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-03 12:37:25 +0000
committerGitHub <noreply@github.com>2023-04-03 12:37:25 +0000
commitfe36aaf4f931b2a80f42eb4fcb63186351d8f5a7 (patch)
tree3770ee6a559f8088866134406d3cb886cd77d25c
parentMerge pull request #1092 from svenstaro/dependabot/cargo/comrak-0.18.0 (diff)
downloadminiserve-fe36aaf4f931b2a80f42eb4fcb63186351d8f5a7.tar.gz
miniserve-fe36aaf4f931b2a80f42eb4fcb63186351d8f5a7.zip
Bump clap_complete from 4.1.6 to 4.2.0
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.6 to 4.2.0. - [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-v4.1.6...clap_complete-v4.2.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fc23219..9246981 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -578,9 +578,9 @@ dependencies = [
[[package]]
name = "clap_complete"
-version = "4.1.6"
+version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "40d3120a421cd111c43f1a6c7d0dd83bb6aaa0659c164468a1654014632a5ec6"
+checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd"
dependencies = [
"clap",
]