diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-07-24 07:57:56 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-07-24 07:57:56 +0000 |
commit | 2c0b1bf34ddcd03be84fe55f2b19b7a3e13606f3 (patch) | |
tree | f0ab38c2ac9caee46c2f67dbed34066e9198f6f8 /Cargo.lock | |
parent | Merge pull request #158 from wyhaya/master (diff) | |
download | miniserve-2c0b1bf34ddcd03be84fe55f2b19b7a3e13606f3.tar.gz miniserve-2c0b1bf34ddcd03be84fe55f2b19b7a3e13606f3.zip |
Fix tests
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1457,6 +1457,7 @@ dependencies = [ "strum 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum_macros 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] |