diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-12 20:36:47 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-12 20:36:47 +0000 |
commit | ab41998aa56c4e05be9e5f00ade6be6726cc9d68 (patch) | |
tree | a11b6b666fb63dfff89a122988407f580befd8bd | |
parent | Merge branch 'master' into targz (diff) | |
download | miniserve-ab41998aa56c4e05be9e5f00ade6be6726cc9d68.tar.gz miniserve-ab41998aa56c4e05be9e5f00ade6be6726cc9d68.zip |
updated Cargo.lock
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -786,9 +786,9 @@ dependencies = [ "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "simplelog 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] |