diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-09-21 02:01:54 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-09-21 02:01:54 +0000 |
commit | 9234050ad4c510acdd780100a8df80b2557cb3e1 (patch) | |
tree | 7156cfb99eaca387ed209d1d938b2f5b88d3f656 /Cargo.lock | |
parent | Bump Cargo.lock (diff) | |
download | miniserve-9234050ad4c510acdd780100a8df80b2557cb3e1.tar.gz miniserve-9234050ad4c510acdd780100a8df80b2557cb3e1.zip |
Remove explicit clap dependency in favor of structopt's re-exported version
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1418,7 +1418,6 @@ dependencies = [ "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "chrono-humanize 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |