From 49926ffe159038f73aa2b72b293f04bd2576a8a1 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 28 Jun 2024 03:14:32 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.22 --- Cargo.lock | 4 ++-- x/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b52878b..d20abf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,9 +626,9 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "memchr" diff --git a/x/Cargo.toml b/x/Cargo.toml index eb80fee..4ea6645 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.86" env_logger = "0.10.1" -log = "0.4.21" +log = "0.4.22" chrono = "0.4.38" nexlint = { path = "../nexlint" } nexlint-lints = { path = "../nexlint-lints" }