ripgrep: use winapi-util for stdin_is_readable

This commit is contained in:
Andrew Gallant
2018-08-25 00:25:45 -04:00
parent 16353bad6e
commit 05a0389555
4 changed files with 8 additions and 17 deletions

2
Cargo.lock generated
View File

@@ -478,7 +478,7 @@ dependencies = [
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]