From cf8476022cfe3835938b998837317af60a39a5d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 04:46:40 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.19 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63126fe..3855a3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 135b115..cee50f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"