From 3a09a82559365510aec8c756732c4aab7e74c6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 12:58:13 +0000 Subject: [PATCH] Bump console from 0.15.5 to 0.15.6 Bumps [console](https://github.com/console-rs/console) from 0.15.5 to 0.15.6. - [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/console-rs/console/compare/0.15.5...0.15.6) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- lychee-bin/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6c5bb1..bfd56e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,15 +690,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.5" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" +checksum = "d0525278dce688103060006713371cedbad27186c7d913f33d866b498da0f595" dependencies = [ "encode_unicode", "lazy_static", "libc", "unicode-width", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 883c721..3161585 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -19,7 +19,7 @@ version = "0.13.0" [dependencies] lychee-lib = { path = "../lychee-lib", version = "0.13.0", default-features = false } anyhow = "1.0.71" -console = "0.15.5" +console = "0.15.6" const_format = "0.2.30" headers = "0.3.8" http = "0.2.9"