From d7018b0a19aad5f39c132f2cc3871b0a1408976a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:53:42 +0000 Subject: [PATCH] Bump log from 0.4.25 to 0.4.26 Bumps [log](https://github.com/rust-lang/log) from 0.4.25 to 0.4.26. - [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.25...0.4.26) --- updated-dependencies: - dependency-name: log 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 bf49ac7..a4d5113 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,9 +891,9 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 4111e16..1faebb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ colored = "3.0.0" env_logger = "0.11.6" exitcode = "1.1.2" home-config = { version = "0.6.0", features = ["yaml"] } -log = "0.4.25" +log = "0.4.26" regex = "1.11.1" reqwest = { version = "0.12.12", features = ["blocking", "json"] } serde = { version = "1.0.217", features = ["derive"] }