deps: update to atty 0.2.9

https://github.com/softprops/atty/pull/25 was merged, so we can upgrade.
This commit is contained in:
Andrew Gallant
2018-04-23 19:32:39 -04:00
parent b75526bd7f
commit ed059559cd
2 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ path = "tests/tests.rs"
members = ["grep", "globset", "ignore", "termcolor", "wincolor"]
[dependencies]
atty = "=0.2.6"
atty = "0.2.9"
bytecount = "0.3.1"
encoding_rs = "0.7"
globset = { version = "0.4.0", path = "globset" }