summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Cargo.lock9
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ac38aa6e..2bf5189a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -210,9 +210,9 @@ dependencies = [
[[package]]
name = "console"
-version = "0.13.0"
+version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08"
+checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
dependencies = [
"encode_unicode",
"lazy_static",
@@ -221,7 +221,6 @@ dependencies = [
"terminal_size",
"unicode-width",
"winapi",
- "winapi-util",
]
[[package]]
@@ -904,9 +903,9 @@ dependencies = [
[[package]]
name = "terminal_size"
-version = "0.1.13"
+version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a14cd9f8c72704232f0bfc8455c0e861f0ad4eb60cc9ec8a170e231414c1e13"
+checksum = "4bd2d183bd3fac5f5fe38ddbeb4dc9aec4a39a9d7d59e7491d900302da01cbe1"
dependencies = [
"libc",
"winapi",
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"