Merge pull request #1071 from lycheeverse/dependabot/cargo/console-0.15.6

This commit is contained in:
dependabot[bot] 2023-05-18 13:04:32 +00:00 committed by GitHub
commit 6ecfde971b
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

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

View file

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