From 9663be7c4f59d3ee0d12ffb31f228123a502c1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 16:05:03 +0000 Subject: [PATCH] deps: bump log from 0.4.30 to 0.4.31 in the cargo-minor-and-patch group Bumps the cargo-minor-and-patch group with 1 update: [log](https://github.com/rust-lang/log). Updates `log` from 0.4.30 to 0.4.31 - [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.30...0.4.31) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-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 5143072..fc64cc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,9 +973,9 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" [[package]] name = "log" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" +checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f" [[package]] name = "log-panics" diff --git a/Cargo.toml b/Cargo.toml index 4e9d014..9af2f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ bracoxide = "0.1.8" chrono = "0.4.44" clap = { version = "4.6.1", features = ["derive"] } cli-clipboard = "0.4.0" -log = "0.4.30" +log = "0.4.31" log-panics = "2.1.0" os_info = { version = "3.15.0", default-features = false } registry = "1.3.0"