From 82a7ad128f56f78bfd5a531cdfee7e0d4076d351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:31:36 +0000 Subject: [PATCH] GitHub Action: Bump log from 0.4.17 to 0.4.19 Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.19. - [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.17...0.4.19) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a64369..96722d3 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 = "anstream" @@ -294,9 +294,9 @@ checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" [[package]] name = "log" -version = "0.4.19" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "once_cell" diff --git a/Cargo.toml b/Cargo.toml index 36a53bb..2a44201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ hex = "0.4.3" clap = { version = "4.3.19", features = ["derive"] } dbus = "0.9.7" dbus-tree = "0.9.2" -log = "0.4.19" +log = "0.4.29" simple_logger = { version = "4.2.0", default_features = false } rust-ini = "0.19.0" quick-error = "2.0.1"