diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-06 04:19:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 04:19:55 +0000 |
commit | c50c0cae0fb617c7a68c1f81d965cb3ba9d158c8 (patch) | |
tree | baac7ece63bce931aaad704401a2db4eda5eaf34 /Cargo.toml | |
parent | Merge pull request #691 from svenstaro/dependabot/cargo/clap_complete-3.0.2 (diff) | |
download | miniserve-c50c0cae0fb617c7a68c1f81d965cb3ba9d158c8.tar.gz miniserve-c50c0cae0fb617c7a68c1f81d965cb3ba9d158c8.zip |
Bump clap from 3.0.4 to 3.0.5
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.4 to 3.0.5.
- [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.0.4...v3.0.5)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.0.4", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.0.5", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.0.2" chrono = "0.4" chrono-humanize = "0.2" |