Bump console from 0.14.1 to 0.15.0 (#360)

This commit is contained in:
dependabot[bot] 2021-10-16 16:03:33 +00:00 committed by GitHub
parent 1b1ba7a095
commit f5ecc93c25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -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",

View file

@ -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"