summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-04-23 19:32:39 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-04-23 19:32:39 -0400
commited059559cd465c32ee7b05b9ae46612c105a2bea (patch)
treef6a0746147dc28ab5b02e05287dc0b733d84aabd /Cargo.toml
parentb75526bd7f92529c8e49c9795d3c0e6bc4143721 (diff)
deps: update to atty 0.2.9
https://github.com/softprops/atty/pull/25 was merged, so we can upgrade.
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 3caf8381..5dc7f018 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }