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

kriskras99 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 b19b0a9  chore(deps): Bump bon from 3.6.5 to 3.7.0
b19b0a9 is described below

commit b19b0a999432d56b43dec0d9d0a350e6fae380f3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 11 07:20:43 2025 +0000

    chore(deps): Bump bon from 3.6.5 to 3.7.0
    
    Bumps [bon](https://github.com/elastio/bon) from 3.6.5 to 3.7.0.
    - [Release notes](https://github.com/elastio/bon/releases)
    - [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml)
    - [Commits](https://github.com/elastio/bon/compare/v3.6.5...v3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: bon
      dependency-version: 3.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 Cargo.lock      | 8 ++++----
 avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4271708..3e7a49c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -169,9 +169,9 @@ dependencies = [
 
 [[package]]
 name = "bon"
-version = "3.6.5"
+version = "3.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "33d9ef19ae5263a138da9a86871eca537478ab0332a7770bac7e3f08b801f89f"
+checksum = "67a0c21249ad725ebcadcb1b1885f8e3d56e8e6b8924f560268aab000982d637"
 dependencies = [
  "bon-macros",
  "rustversion",
@@ -179,9 +179,9 @@ dependencies = [
 
 [[package]]
 name = "bon-macros"
-version = "3.6.5"
+version = "3.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "577ae008f2ca11ca7641bd44601002ee5ab49ef0af64846ce1ab6057218a5cc1"
+checksum = "a660ebdea4d4d3ec7788cfc9c035b66efb66028b9b97bf6cde7023ccc8e77e28"
 dependencies = [
  "darling",
  "ident_case",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 6143e3b..48337e9 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -55,7 +55,7 @@ name = "single"
 [dependencies]
 apache-avro-derive = { default-features = false, version = "0.20.0", path = 
"../avro_derive", optional = true }
 bigdecimal = { default-features = false, version = "0.4.8", features = ["std", 
"serde"] }
-bon = { default-features = false, version = "3.6.5" }
+bon = { default-features = false, version = "3.7.0" }
 bzip2 = { version = "0.6.0", optional = true }
 crc32fast = { default-features = false, version = "1.5.0", optional = true }
 digest = { default-features = false, version = "0.10.7", features = 
["core-api"] }

Reply via email to