summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-15 09:45:55 -0500
committerGitHub <noreply@github.com>2021-03-15 09:45:55 -0500
commit1e82ad79bf2556713322169990cb3f9e921257bf (patch)
tree4d1c6e5992acf0420de358ce085e49c42f2d497d
parent47cb84742bf0bba7699af978254ec5fb0633d9b7 (diff)
Bump console from 0.14.0 to 0.14.1 (#541)
Bumps [console](https://github.com/mitsuhiko/console) from 0.14.0 to 0.14.1. - [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.0...0.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f290df96..89e10684 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -153,9 +153,9 @@ dependencies = [
[[package]]
name = "console"
-version = "0.14.0"
+version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
+checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
dependencies = [
"encode_unicode",
"lazy_static",
diff --git a/Cargo.toml b/Cargo.toml
index f97da3c7..d7c2ee73 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.14.0"
+console = "0.14.1"
dirs-next = "2.0.0"
itertools = "0.10.0"
lazy_static = "1.4"