aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-09-21 02:01:54 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-09-21 02:01:54 +0000
commit9234050ad4c510acdd780100a8df80b2557cb3e1 (patch)
tree7156cfb99eaca387ed209d1d938b2f5b88d3f656 /Cargo.lock
parentBump Cargo.lock (diff)
downloadminiserve-9234050ad4c510acdd780100a8df80b2557cb3e1.tar.gz
miniserve-9234050ad4c510acdd780100a8df80b2557cb3e1.zip
Remove explicit clap dependency in favor of structopt's re-exported version
Diffstat (limited to '')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 75d26da..c9be0f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",