From 94517e5e069fccd76165c0d5e54405c8f84b665f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:22:52 +0200 Subject: [PATCH] chore: Bump log from 0.4.25 to 0.4.26 (#135) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f3d427..ddecedd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,9 +807,9 @@ dependencies = [ [[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 = "lzma-sys" diff --git a/Cargo.toml b/Cargo.toml index fa4788b..efaae51 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.25" } +log = { default-features = false, version = "0.4.26" } serde = { default-features = false, version = "1.0.218", features = ["derive"] } serde_bytes = { default-features = false, version = "0.11.15", features = ["std"] } serde_json = { default-features = false, version = "1.0.139", features = ["std"] }