summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-29 06:15:29 -0500
committerGitHub <noreply@github.com>2020-12-29 06:15:29 -0500
commitc2636ebbb3fd33bc77395e0707436619ff7123ef (patch)
tree80d53d801cd8ebfd2436fe4c039cbc08b8e9a1ca /Cargo.toml
parent9563c5ef98503f4b2c0b35601d08f96dc8fa6817 (diff)
Bump console from 0.13.0 to 0.14.0 (#476)
Bumps [console](https://github.com/mitsuhiko/console) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/0.13.0...0.14.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.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 03a4c44b..6bc187d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ atty = "0.2.14"
bitflags = "1.2.1"
box_drawing = "0.1.2"
bytelines = "2.2.2"
-console = "0.13.0"
+console = "0.14.0"
dirs-next = "2.0.0"
itertools = "0.10.0"
lazy_static = "1.4"