summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parent16353bad6eb626784d238a83731c5b072b922bc7 (diff)
ripgrep: use winapi-util for stdin_is_readable
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 092f86d2..3ff769c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,9 +61,8 @@ version = "2.32.0"
default-features = false
features = ["suggestions"]
-[target.'cfg(windows)'.dependencies.winapi]
-version = "0.3"
-features = ["std", "fileapi", "winnt"]
+[target.'cfg(windows)'.dependencies.winapi-util]
+version = "0.1.1"
[build-dependencies]
lazy_static = "1"