diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-18 04:11:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 04:11:21 +0000 |
commit | cd6389de95a0fe9fb8780e5e05fd0b755f565e4d (patch) | |
tree | 9b92d16502d00f4749cb5e3909c33e7765684365 | |
parent | Don't try to set version in README anymore (diff) | |
download | miniserve-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |