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"