deps: update atty and winapi

This updates atty and winapi to their latest versions, including the bug
fix in atty that allows it to work with winapi 0.3.5.
This commit is contained in:
Andrew Gallant
2018-07-22 13:07:48 -04:00
parent dca8110da2
commit 4dd2f8e40e
2 changed files with 17 additions and 17 deletions

View File

@@ -35,7 +35,7 @@ path = "tests/tests.rs"
members = ["grep", "globset", "ignore"]
[dependencies]
atty = "0.2.10"
atty = "0.2.11"
bytecount = "0.3.1"
encoding_rs = "0.8"
encoding_rs_io = "0.1"