From 7091a9a18672318480c2fe19b6d878f763581b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:45:24 +0000 Subject: [PATCH] build(deps): bump log in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [log](https://github.com/rust-lang/log). Updates `log` from 0.4.29 to 0.4.30 - [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.29...0.4.30) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... 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 e92812c..3bcb12f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,9 +895,9 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" [[package]] name = "log" -version = "0.4.29" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" +checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" [[package]] name = "memchr" diff --git a/Cargo.toml b/Cargo.toml index 0357d9a..1f754d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ glob = "0.3" ignore = "0.4" indicatif = "0.18" libc = "0.2" -log = "0.4.29" +log = "0.4.30" miette = { version = "7.6.0", features = ["fancy"] } owo-colors = "4" predicates = { version = "3.1.4" }