diff options
author | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2022-07-20 12:09:55 +0000 |
---|---|---|
committer | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2022-08-22 10:51:17 +0000 |
commit | c2ece55040d4f1f03e189636895645435d762322 (patch) | |
tree | 2a3729391691df728a8f90e5f7402f087decf490 /Cargo.lock | |
parent | Switch to `qrcode` lib (diff) | |
download | miniserve-c2ece55040d4f1f03e189636895645435d762322.tar.gz miniserve-c2ece55040d4f1f03e189636895645435d762322.zip |
Fix tests
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -818,6 +818,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" [[package]] +name = "fake-tty" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1caac348c61d1f9a7d43c3629abc75540754a4971944953f84b98cb8280e3971" + +[[package]] name = "fancy-regex" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1563,6 +1569,7 @@ dependencies = [ "clap_complete", "clap_mangen", "comrak", + "fake-tty", "futures", "get_if_addrs", "grass", |