summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-29 01:25:15 +0000
committerGitHub <noreply@github.com>2020-04-29 01:25:15 +0000
commitfda4292b7567235a2a6bc6ad8d2dbf65dddb0b7f (patch)
tree974f83a3dca668a1da8de9a9723e197d88e66ec4 /Cargo.toml
parent8db72a017e457d8a996d9e0865651bcb19312028 (diff)
Bump ansi_term from 0.11.0 to 0.12.1 (#146)
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 14fe10da..08ef26c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
ansi_colours = "1.0.1"
-ansi_term = "0.11.0"
+ansi_term = "0.12.1"
atty = "0.2.13"
box_drawing = "0.1.2"
console = "0.11.2"