From 162c44629d4911436c0c2121373cb1d216ec4d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:03:14 +0000 Subject: [PATCH] Bump console from 0.15.4 to 0.15.5 Bumps [console](https://github.com/console-rs/console) from 0.15.4 to 0.15.5. - [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.4...0.15.5) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab08f2c..72b36fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,9 +688,9 @@ dependencies = [ [[package]] name = "console" -version = "0.15.4" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a" +checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" dependencies = [ "encode_unicode", "lazy_static", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 1f0128a..011659d 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -19,7 +19,7 @@ version = "0.10.3" [dependencies] lychee-lib = { path = "../lychee-lib", version = "0.10.3", default-features = false } anyhow = "1.0.68" -console = "0.15.4" +console = "0.15.5" const_format = "0.2.30" headers = "0.3.8" http = "0.2.8"