diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-02 04:18:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 04:18:24 +0000 |
commit | 0a0a5440024d1e39ebe47724dc5c7bd5f112a2e3 (patch) | |
tree | 733723f608628114106a64fe195df38807cbed9b /Cargo.toml | |
parent | Merge pull request #783 from svenstaro/dependabot/cargo/http-0.2.7 (diff) | |
download | miniserve-0a0a5440024d1e39ebe47724dc5c7bd5f112a2e3.tar.gz miniserve-0a0a5440024d1e39ebe47724dc5c7bd5f112a2e3.zip |
Bump clap from 3.1.12 to 3.1.14
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.14.
- [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.12...v3.1.14)
---
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.1.10", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.1.14", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.1.1" clap_mangen = "0.1" chrono = "0.4" |