From 7ad09760974e9c43fecce055d014e0743ce5bf89 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 10 Jan 2025 02:37:10 -0800 Subject: [PATCH] fix(deps): update rust crate log to 0.4.23 (#140) --- Cargo.lock | 4 ++-- x/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16abae4..9010630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -635,9 +635,9 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "log" -version = "0.4.22" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "66182751e71089c2bc2045e441ba6c248d1a468f889bc3a6e316c3e213aa2611" [[package]] name = "memchr" diff --git a/x/Cargo.toml b/x/Cargo.toml index 4e14f6d..05711b9 100644 --- a/x/Cargo.toml +++ b/x/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT" structopt = "0.3.26" anyhow = "1.0.95" env_logger = "0.10.1" -log = "0.4.22" +log = "0.4.23" chrono = "0.4.39" nexlint = { path = "../nexlint" } nexlint-lints = { path = "../nexlint-lints" }