diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-24 04:17:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 04:17:59 +0000 |
commit | caaa6617db4115e9fea49c771d5ad3541d18e855 (patch) | |
tree | 668f118029635458b49ca079bbadbfe21d169659 /Cargo.toml | |
parent | Merge pull request #742 from svenstaro/dependabot/cargo/anyhow-1.0.55 (diff) | |
download | miniserve-caaa6617db4115e9fea49c771d5ad3541d18e855.tar.gz miniserve-caaa6617db4115e9fea49c771d5ad3541d18e855.zip |
Bump clap from 3.1.1 to 3.1.2
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.1 to 3.1.2.
- [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.1...v3.1.2)
---
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 '')
-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.1.1", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.1.2", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.0.3" clap_mangen = "0.1" chrono = "0.4" |