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 1452bf7  chore(deps): Bump bon from 3.9.0 to 3.9.1 (#511)
1452bf7 is described below

commit 1452bf787e1bac48e770c24961913d0d8c66569c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 07:18:34 2026 +0100

    chore(deps): Bump bon from 3.9.0 to 3.9.1 (#511)
    
    Bumps [bon](https://github.com/elastio/bon) from 3.9.0 to 3.9.1.
    - [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.9.0...v3.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: bon
      dependency-version: 3.9.1
      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      | 8 ++++----
 avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index f42634a..21abcbc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -197,9 +197,9 @@ dependencies = [
 
 [[package]]
 name = "bon"
-version = "3.9.0"
+version = "3.9.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2d13a61f2963b88eef9c1be03df65d42f6996dfeac1054870d950fcf66686f83"
+checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe"
 dependencies = [
  "bon-macros",
  "rustversion",
@@ -207,9 +207,9 @@ dependencies = [
 
 [[package]]
 name = "bon-macros"
-version = "3.9.0"
+version = "3.9.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d314cc62af2b6b0c65780555abb4d02a03dd3b799cd42419044f0c38d99738c0"
+checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c"
 dependencies = [
  "darling",
  "ident_case",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index f7126b7..bd3fe49 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -51,7 +51,7 @@ name = "single"
 [dependencies]
 apache-avro-derive = { default-features = false, version = "0.22.0", path = 
"../avro_derive", optional = true }
 bigdecimal = { default-features = false, version = "0.4.10", features = 
["std", "serde"] }
-bon = { default-features = false, version = "3.9.0" }
+bon = { default-features = false, version = "3.9.1" }
 bzip2 = { version = "0.6.1", 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