diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-01-06 13:13:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 13:13:12 +0000 |
commit | b79f808b7b4efa5a428aee84199ea2f229109852 (patch) | |
tree | baac7ece63bce931aaad704401a2db4eda5eaf34 /Cargo.toml | |
parent | Merge pull request #691 from svenstaro/dependabot/cargo/clap_complete-3.0.2 (diff) | |
parent | Bump clap from 3.0.4 to 3.0.5 (diff) | |
download | miniserve-b79f808b7b4efa5a428aee84199ea2f229109852.tar.gz miniserve-b79f808b7b4efa5a428aee84199ea2f229109852.zip |
Merge pull request #694 from svenstaro/dependabot/cargo/clap-3.0.5
Bump clap from 3.0.4 to 3.0.5
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" |