From ab5f2a4b6e5f67de227a6e3ce42cc1c991c5a08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 04:52:51 +0000 Subject: [PATCH] chore(deps): Bump log from 0.4.31 to 0.4.32 Bumps [log](https://github.com/rust-lang/log) from 0.4.31 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.31...0.4.32) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.32 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 18cf6688..976be96f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,9 +777,9 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "log" -version = "0.4.31" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f" +checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" [[package]] name = "macrotest" diff --git a/Cargo.toml b/Cargo.toml index fa5098c8..3e4c3b3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ documentation = "https://docs.rs/apache-avro" # dependencies used by more than one members [workspace.dependencies] -log = { default-features = false, version = "0.4.31" } +log = { default-features = false, version = "0.4.32" } pretty_assertions = { default-features = false, version = "1.4.1", features = ["std"] } serde = { default-features = false, version = "1.0.228", features = ["std", "derive"] } serde_bytes = { default-features = false, version = "0.11.19", features = ["std"] }