summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-26 05:14:39 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2019-08-26 21:44:57 +0200
commitf8ea075e78b15c716ed50c64e6a6254c6cbf4f0c (patch)
tree91270f1cf06dddfbf9936be2381e8ab7d7505aed /Cargo.toml
parentc187dce2c2bbf9469bcb72cfc350a6934f35e9d5 (diff)
Bump console from 0.7.7 to 0.8.0
Bumps [console](https://github.com/mitsuhiko/console) from 0.7.7 to 0.8.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Commits](https://github.com/mitsuhiko/console/compare/0.7.7...0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 faa34f0e..5b3a582a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ edition = '2018'
atty = "0.2.13"
ansi_term = "0.12"
ansi_colours = "^1.0"
-console = "0.7"
+console = "0.8"
dirs = "2.0"
lazy_static = "1.4"
wild = "2.0"