From df70b259e988c2706a8ce98514dbdaa554cc39df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:57:01 +0000 Subject: [PATCH] Update Rust crate log to 0.4.25 --- src/x/Cargo.lock | 4 ++-- src/x/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/x/Cargo.lock b/src/x/Cargo.lock index 8914bc3887..565d85876b 100644 --- a/src/x/Cargo.lock +++ b/src/x/Cargo.lock @@ -138,9 +138,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "log" -version = "0.4.22" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" [[package]] name = "proc-macro2" diff --git a/src/x/Cargo.toml b/src/x/Cargo.toml index 76b94c388e..a84befed5d 100644 --- a/src/x/Cargo.toml +++ b/src/x/Cargo.toml @@ -10,4 +10,4 @@ edition = "2021" anyhow = { version = "1.0.95", default-features = false } clap = { version = "4.5.26", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "string", "suggestions", "unicode", "usage"] } env_logger = { version = "0.11.6", default-features = false } -log = { version = "0.4.22", default-features = false } +log = { version = "0.4.25", default-features = false }