From 3622d15ee356792ea8ef76a9806ba7d40d9d21b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:00:58 +0000 Subject: [PATCH] Bump console from 0.15.5 to 0.15.7 Bumps [console](https://github.com/console-rs/console) from 0.15.5 to 0.15.7. - [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/console-rs/console/compare/0.15.5...0.15.7) --- 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 a3218a0..45ef234 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,15 +129,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.5" +version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" +checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" dependencies = [ "encode_unicode", "lazy_static", "libc", "unicode-width", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a869542..84f6507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ regex = "1.7" chrono = "0.4" tempfile = "3.5.0" lazy_static = "1.4.0" -console = "0.15.5" +console = "0.15.7" substring = "1.4.0" clap = { version = "4.1.14", features = ["wrap_help"] } freezebox = "0.2.3"