From 5616e7b48bfca398fa47e8d0d213992fc46c4cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:03:53 +0000 Subject: [PATCH] dep: bump log from 0.4.30 to 0.4.32 in the deps group Bumps the deps group with 1 update: [log](https://github.com/rust-lang/log). Updates `log` from 0.4.30 to 0.4.32 - [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.32) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... 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 4504a3e6..478241df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,9 +851,9 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" [[package]] name = "log" -version = "0.4.30" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" +checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" [[package]] name = "md5" diff --git a/Cargo.toml b/Cargo.toml index fbc01d45..4966e243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rsonpath-syntax-proptest = { version = "0.4.2", path = "./crates/rsonpath-syntax # Main dependencies arbitrary = { version = "1.4.2" } cfg-if = "1.0.4" -log = "0.4.30" +log = "0.4.32" thiserror = "2.0.18" # Dev-dependencies ciborium = { version = "0.2.2", default-features = false }