From 1f171b7b1a054ea1e225af751fb648567b128da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 01:03:08 +0000 Subject: [PATCH] build(deps): update rust crate log to 0.4.29 --- Cargo.lock | 9 +++------ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5204aa7..9899e51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -561,12 +561,9 @@ checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f" [[package]] name = "log" -version = "0.4.17" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "malloc_buf" diff --git a/Cargo.toml b/Cargo.toml index 087c29c..9e437b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ctrlc = "3.2.4" winconsole = "0.11" exitcode = "1.1.2" clap-verbosity-flag = "2.0.0" -log = "0.4" +log = "0.4.29" env_logger = "0.10.0" wild = "2" is-terminal = "0.4.2"