fix(deps): update rust crate log to 0.4.18

This commit is contained in:
renovate[bot] 2023-05-28 11:39:09 +00:00 committed by GitHub
parent 2df3015ac5
commit 93385298d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

7
Cargo.lock generated
View File

@ -992,12 +992,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.17"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
[[package]]
name = "lrc"

View File

@ -39,7 +39,7 @@ notify-rust = { version = "4.8.0", features = ["images"] }
image = "0.24.6"
regex = "1.8.3"
typed-builder = "0.14.0"
log = { version = "0.4.17", optional = true }
log = { version = "0.4.18", optional = true }
pretty_env_logger = { version = "0.5.0", optional = true }
thiserror = "1.0.40"
parse-display = "0.8.0"