summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-22 13:07:48 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-22 13:07:48 -0400
commit4dd2f8e40e38158d48d5be054e9110446caa5f9e (patch)
treec336335507e43389c30ecb09b7963108dc7d9c23 /Cargo.toml
parentdca8110da2a2783dedeb00f2cab21f3b55d211ad (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8686d515..6646b400 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"