From 0c7547d60358b3f57ecd9eebedc8711a2dee2f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 23:36:04 +0000 Subject: [PATCH] Bump log from 0.4.21 to 0.4.28 Bumps [log](https://github.com/rust-lang/log) from 0.4.21 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.21...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 1f3b87e4..de2e2757 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,9 +1432,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 1977127b..50f647a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ chrono = { version = "0.4", features = ["serde"] } rustix = { version = "0.38.28", features = ["system"] } serde_yaml = "0.9" thiserror = "1.0" -log = "0.4.21" +log = "0.4.28" lazy_static = "1.4.0" timerfd = "1.6.0" procfs = "0.12.0"