From f5ecc93c25944074380cad4f1ab056638f78aa40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Oct 2021 16:03:33 +0000 Subject: [PATCH] Bump console from 0.14.1 to 0.15.0 (#360) --- Cargo.lock | 6 +++--- lychee-bin/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7446e9..7c38878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,13 +555,13 @@ dependencies = [ [[package]] name = "console" -version = "0.14.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45" +checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31" dependencies = [ "encode_unicode", - "lazy_static", "libc", + "once_cell", "regex", "terminal_size", "unicode-width", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index f84cb38..a5ca20c 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -19,7 +19,7 @@ version = "0.7.2" [dependencies] lychee-lib = { path = "../lychee-lib", version = "0.7.2" } anyhow = "1.0.44" -console = "0.14.1" +console = "0.15.0" headers = "0.3.4" http = "0.2.5" indicatif = "0.15.0"