summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2016-09-13 21:02:39 +0200
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2016-09-13 21:02:39 +0200
commite11621c19ce2c68c0052be04080be75a6ba66396 (patch)
tree0d8dd2d10e626ce7cd2c77363f1f8ed4c2a3de6b /Cargo.toml
parent87ed6be60186a904d5192e1fbaf7342e12bff37b (diff)
Updated atty version to ^0.2
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 180ded1..668167c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,5 +25,5 @@ name = "prettytable"
unicode-width = "^0.1"
term = "^0.4"
lazy_static = "^0.2"
-atty = "^0.1"
+atty = "^0.2"
encode_unicode = "^0.2"