This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 9212627  chore(deps): Bump log from 0.4.27 to 0.4.28 (#282)
9212627 is described below

commit 92126279993eff916ac94ac04635e3b1c8eaef06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 4 15:29:03 2025 +0300

    chore(deps): Bump log from 0.4.27 to 0.4.28 (#282)
    
    Bumps [log](https://github.com/rust-lang/log) from 0.4.27 to 0.4.28.
    - [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.27...0.4.28)
    
    ---
    updated-dependencies:
    - dependency-name: log
      dependency-version: 0.4.28
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index da78a92..b97b8ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -717,9 +717,9 @@ dependencies = [
 
 [[package]]
 name = "log"
-version = "0.4.27"
+version = "0.4.28"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
+checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
 
 [[package]]
 name = "lzma-sys"
diff --git a/Cargo.toml b/Cargo.toml
index 54e507c..4432723 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.27" }
+log = { default-features = false, version = "0.4.28" }
 serde = { default-features = false, version = "1.0.219", features = ["derive"] 
}
 serde_bytes = { default-features = false, version = "0.11.17", features = 
["std"] }
 serde_json = { default-features = false, version = "1.0.143", features = 
["std"] }

Reply via email to