summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-16 11:24:34 -0400
committerGitHub <noreply@github.com>2021-10-16 11:24:34 -0400
commit87a429da9c3d99ac4657b4f00e7ccf24aff64f15 (patch)
tree359e1c72d4bea29fecde4654e7452f3f3244231c /Cargo.toml
parent3a21f1b10b91285e0078b67db8c9624bb4894f92 (diff)
Bump console from 0.14.1 to 0.15.0 (#738)
Bumps [console](https://github.com/mitsuhiko/console) from 0.14.1 to 0.15.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.14.1...v0.15.0) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[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 97916877..5732c3db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ atty = "0.2.14"
bitflags = "1.3.2"
box_drawing = "0.1.2"
bytelines = "2.2.2"
-console = "0.14.1"
+console = "0.15.0"
ctrlc = "3.2.1"
dirs-next = "2.0.0"
grep-cli = "0.1.6"