summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2020-04-28 18:39:54 +0200
committerGitHub <noreply@github.com>2020-04-28 12:39:54 -0400
commit557ebccc8c211ac6451ec9745595b737231e985a (patch)
treeeaab2e6669dc315ad5ca5915cc02b629477d96f7 /Cargo.toml
parent4ef322f75ce32e695954480329268dbbd89f54da (diff)
chore: Update console to 0.11 (#143)
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
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 3cad4b20..fb7c0b2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ ansi_colours = "1.0.1"
ansi_term = "0.11.0"
atty = "0.2.13"
box_drawing = "0.1.2"
-console = "0.7.7"
+console = "0.11.2"
dirs = "2.0"
lazy_static = "1.4"
regex = "1.2.1"