aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-18 04:11:21 +0000
committerGitHub <noreply@github.com>2022-10-18 04:11:21 +0000
commitcd6389de95a0fe9fb8780e5e05fd0b755f565e4d (patch)
tree9b92d16502d00f4749cb5e3909c33e7765684365
parentDon't try to set version in README anymore (diff)
downloadminiserve-cd6389de95a0fe9fb8780e5e05fd0b755f565e4d.tar.gz
miniserve-cd6389de95a0fe9fb8780e5e05fd0b755f565e4d.zip
Bump clap from 4.0.15 to 4.0.16
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.15 to 4.0.16. - [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/v4.0.15...v4.0.16) --- 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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 020b832..29a2efd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -529,9 +529,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.0.15"
+version = "4.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6bf8832993da70a4c6d13c581f4463c2bdda27b9bf1c5498dc4365543abe6d6f"
+checksum = "2ef582e2c00a63a0c0aa1fb4a4870781c4f5729f51196d3537fa7c1c1992eaa3"
dependencies = [
"atty",
"bitflags",