summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-25 00:25:45 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-25 00:30:15 -0400
commit05a0389555ab44a2fee13c90395bc05960d388e5 (patch)
tree79da231a67ee20999f034d5baa051f2a482c5de7 /Cargo.lock
parent16353bad6eb626784d238a83731c5b072b922bc7 (diff)
ripgrep: use winapi-util for stdin_is_readable
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dcb7edbc..a85cc673 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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]]