summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-29 02:11:07 +0000
committerGitHub <noreply@github.com>2020-04-29 02:11:07 +0000
commit8203b9e7705c2cfe891fc76c7462b96da51fabb7 (patch)
tree3ff49b753e1a153d5e5ccde09f11322581f57e4c /Cargo.toml
parent11c5bf81f65ad21691a645a7d12630ffacf786cd (diff)
Bump atty from 0.2.13 to 0.2.14 (#148)
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 4a3b02c5..b739503e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ path = "src/main.rs"
[dependencies]
ansi_colours = "1.0.1"
ansi_term = "0.12.1"
-atty = "0.2.13"
+atty = "0.2.14"
box_drawing = "0.1.2"
console = "0.11.2"
dirs = "2.0"