From 83d0042e3e394271d46dde7a4a1a00e07c196ba7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:57:24 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.20 --- rust-utilities/Cargo.lock | 4 ++-- rust-utilities/hartex-log/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-utilities/Cargo.lock b/rust-utilities/Cargo.lock index 7ecd4b315..894407a65 100644 --- a/rust-utilities/Cargo.lock +++ b/rust-utilities/Cargo.lock @@ -483,9 +483,9 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "log-mdc" diff --git a/rust-utilities/hartex-log/Cargo.toml b/rust-utilities/hartex-log/Cargo.toml index 590bf9666..e85aab3ac 100644 --- a/rust-utilities/hartex-log/Cargo.toml +++ b/rust-utilities/hartex-log/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.73.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -log = "0.4.19" +log = "0.4.20" log4rs = { git = "https://github.com/TeamHarTex/log4rs.git", branch = "master", default-features = false, features = ["console_appender"] } [features]