From c662801ad8d9d074c8ae0160e2ae08eb1d4f0f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 02:02:08 +0000 Subject: [PATCH] Bump console from 0.15.1 to 0.15.2 Bumps [console](https://github.com/console-rs/console) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/console-rs/console/compare/0.15.1...0.15.2) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-patch ... 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 4aa42a7c..b786eb96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,13 +231,13 @@ dependencies = [ [[package]] name = "console" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" +checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c" dependencies = [ "encode_unicode", + "lazy_static", "libc", - "once_cell", "terminal_size", "unicode-width", "winapi", diff --git a/Cargo.toml b/Cargo.toml index b51d5e4b..586adab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ atty = { version = "0.2.14", optional = true } ansi_term = "^0.12.1" ansi_colours = "^1.1" bincode = "1.0" -console = "0.15.1" +console = "0.15.2" flate2 = "1.0" once_cell = "1.13" thiserror = "1.0"