From 5c5b0e27459892003d797b35fafc3e45a65c5ae2 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 7 May 2024 04:14:53 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.21 --- Cargo.lock | 4 ++-- x/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a434591..e38e69b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -651,9 +651,9 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "memchr" diff --git a/x/Cargo.toml b/x/Cargo.toml index 8919fa7..aa22e0b 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.83" env_logger = "0.10.1" -log = "0.4.20" +log = "0.4.21" chrono = "0.4.38" nexlint = { path = "../nexlint" } nexlint-lints = { path = "../nexlint-lints" }