summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-30 18:05:46 -0400
committerGitHub <noreply@github.com>2020-10-30 18:05:46 -0400
commitbac3107ff04b93bc7bc21fed3bb85bba847c5982 (patch)
tree73a35a55a889dc799dda824f11288e18f8570769 /Cargo.toml
parentbcd1f65ee387b400978335b7b2c94c06f51c33a5 (diff)
Bump console from 0.12.0 to 0.13.0 (#356)
Bumps [console](https://github.com/mitsuhiko/console) from 0.12.0 to 0.13.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/v0.12.0...v0.13.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 b00ef702..d4ded59b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ atty = "0.2.14"
bitflags = "1.2.1"
box_drawing = "0.1.2"
bytelines = "2.2.2"
-console = "0.12.0"
+console = "0.13.0"
dirs = "3.0"
itertools = "0.9.0"
lazy_static = "1.4"