mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-08 07:20:59 +00:00
Merge pull request #1071 from lycheeverse/dependabot/cargo/console-0.15.6
This commit is contained in:
commit
6ecfde971b
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -690,15 +690,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "console"
|
||||
version = "0.15.5"
|
||||
version = "0.15.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
|
||||
checksum = "d0525278dce688103060006713371cedbad27186c7d913f33d866b498da0f595"
|
||||
dependencies = [
|
||||
"encode_unicode",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"unicode-width",
|
||||
"windows-sys 0.42.0",
|
||||
"windows-sys 0.45.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ version = "0.13.0"
|
|||
[dependencies]
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.13.0", default-features = false }
|
||||
anyhow = "1.0.71"
|
||||
console = "0.15.5"
|
||||
console = "0.15.6"
|
||||
const_format = "0.2.30"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue