From ac83bfaedc8cbd591b0c6f6418dc6f40d34a49d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:28:29 +0000 Subject: [PATCH] Build(deps): Bump console from 0.14.1 to 0.15.2 Bumps [console](https://github.com/console-rs/console) from 0.14.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.14.1...0.15.2) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d960190e..937d094b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "anyhow" version = "1.0.43" @@ -79,14 +81,13 @@ dependencies = [ [[package]] name = "console" -version = "0.14.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45" +checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c" dependencies = [ "encode_unicode", "lazy_static", "libc", - "regex", "terminal_size", "unicode-width", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 681e6340..5726bcdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" anyhow = "1.0.43" base64 = "0.13.0" clap = { git = "https://github.com/clap-rs/clap", features = ["wrap_help"] } -console = "0.14.1" +console = "0.15.2" crossbeam-channel = "0.5.1" getset = "0.1.1" hostname = "0.3.1"