From 7c7eebfcf1c165b10c97641756747f25e2989a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:04:24 +0000 Subject: [PATCH] Bump log from 0.4.26 to 0.4.28 Bumps [log](https://github.com/rust-lang/log) from 0.4.26 to 0.4.28. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.26...0.4.28) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b98b1adf..4a234a05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,9 +752,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.26" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "lzw" diff --git a/Cargo.toml b/Cargo.toml index af6eb4d0..3f3ab488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ core_affinity = "0.8.3" crossbeam-channel = { version = "0.5.15", optional = true } crossbeam-deque = "0.8.6" dyn-clone = "1.0.19" -log = "0.4.26" +log = "0.4.28" num_cpus = "1.16.0" ff_buffer = { version = "0.1.0", optional = true } kanal = { version = "0.1.0", optional = true }