diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-03 04:15:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 04:15:54 +0000 |
commit | 3df29ba47ef4247f0f7616c8bcc67199c53b29d9 (patch) | |
tree | 9928283db964cacd5b91c6f1dcab9f10ae9dd572 | |
parent | Merge pull request #788 from svenstaro/dependabot/cargo/serde-1.0.137 (diff) | |
download | miniserve-3df29ba47ef4247f0f7616c8bcc67199c53b29d9.tar.gz miniserve-3df29ba47ef4247f0f7616c8bcc67199c53b29d9.zip |
Bump clap from 3.1.14 to 3.1.15
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.14 to 3.1.15.
- [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/v3.1.14...v3.1.15)
---
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 | 10 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -543,9 +543,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.14" +version = "3.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535434c063ced786eb04aaf529308092c5ab60889e8fe24275d15de07b01fa97" +checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d" dependencies = [ "atty", "bitflags", @@ -565,7 +565,7 @@ version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d7ca9141e27e6ebc52e3c378b0c07f3cea52db46ed1cc5861735fb697b56356" dependencies = [ - "clap 3.1.14", + "clap 3.1.15", ] [[package]] @@ -596,7 +596,7 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca2ff85c3fa1e7c1a4229f7b4221f769757c3982e2afd3e6d9381d59db2c7e61" dependencies = [ - "clap 3.1.14", + "clap 3.1.15", "roff", ] @@ -1401,7 +1401,7 @@ dependencies = [ "bytesize", "chrono", "chrono-humanize", - "clap 3.1.14", + "clap 3.1.15", "clap_complete", "clap_mangen", "futures", @@ -29,7 +29,7 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.1.14", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.1.15", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.1.3" clap_mangen = "0.1" chrono = "0.4" |