From e0acfd7dfeb67db39b2ef6e79f90f0df801a53d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 03:05:19 +0000 Subject: [PATCH] build(deps): bump console from 0.15.0 to 0.15.2 Bumps [console](https://github.com/console-rs/console) from 0.15.0 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.0...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 | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a63b3a..910f045 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,14 +136,13 @@ dependencies = [ [[package]] name = "console" -version = "0.15.0" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31" +checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c" dependencies = [ "encode_unicode", + "lazy_static", "libc", - "once_cell", - "regex", "terminal_size", "unicode-width", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..9445246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ name = "snm" anyhow = "1.0.52" clap = "3.0.0-beta.5" clap_generate = "3.0.0-beta.5" -console = "0.15.0" +console = "0.15.2" dirs-next = "2.0.0" indicatif = "0.16.2" indoc = "1.0.3"