From bee55fcd20b4919f2d6b4817ce33d1a09e6bcadc Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 23 Dec 2018 13:53:29 +0900 Subject: make stdout unbuffered (#1355) --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d4600715b..6cbfd0da2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,6 +161,7 @@ dependencies = [ "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.16 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-rustls 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -178,6 +179,7 @@ dependencies = [ "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -- cgit v1.2.3