fix(deps): update rust crate log to 0.4.19

This commit is contained in:
renovate[bot] 2023-06-11 04:46:40 +00:00 committed by GitHub
parent 81d34662bc
commit cf8476022c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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