From a223497c2c88ef12b5e739d6e465e96db1553e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 10:34:11 +0000 Subject: [PATCH] Bump console from 0.14.1 to 0.15.0 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] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a652a3a96..ed77e1ffd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,13 +364,13 @@ dependencies = [ [[package]] name = "console" -version = "0.14.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45" +checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31" dependencies = [ "encode_unicode", - "lazy_static", "libc", + "once_cell", "regex", "terminal_size", "unicode-width", diff --git a/Cargo.toml b/Cargo.toml index 6932a80c8b..d0aec945b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ version = "2.0" version = "4.0.0" [dependencies.console] -version = "0.14.0" +version = "0.15.0" [dependencies.from-pest] version = "0.3.1"