mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-16 09:43:12 +00:00
Bump console from 0.14.1 to 0.15.0 (#360)
This commit is contained in:
parent
1b1ba7a095
commit
f5ecc93c25
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue