From eca6b2fe9ceff27eeb64f5f74d4d27abde69e497 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 20 Feb 2025 21:44:38 -0800 Subject: [PATCH] fix(deps): update rust crate log to 0.4.26 (#149) --- Cargo.lock | 4 ++-- x/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5779335..957a9f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,9 +641,9 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "log" -version = "0.4.23" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66182751e71089c2bc2045e441ba6c248d1a468f889bc3a6e316c3e213aa2611" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "memchr" diff --git a/x/Cargo.toml b/x/Cargo.toml index c9f3c95..8cad202 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.96" env_logger = "0.10.1" -log = "0.4.23" +log = "0.4.26" chrono = "0.4.39" nexlint = { path = "../nexlint" } nexlint-lints = { path = "../nexlint-lints" }