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 5f01f34  chore(deps): Bump bon from 3.6.4 to 3.6.5 (#235)
5f01f34 is described below

commit 5f01f340625d844d522268d7c60efdf0ba518377
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 21 08:27:51 2025 +0300

    chore(deps): Bump bon from 3.6.4 to 3.6.5 (#235)
    
    Bumps [bon](https://github.com/elastio/bon) from 3.6.4 to 3.6.5.
    - [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.4...v3.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: bon
      dependency-version: 3.6.5
      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      | 54 ++++++++++--------------------------------------------
 avro/Cargo.toml |  2 +-
 2 files changed, 11 insertions(+), 45 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index ada68f3..df4707f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -87,7 +87,7 @@ name = "apache-avro-derive"
 version = "0.19.0"
 dependencies = [
  "apache-avro",
- "darling 0.21.0",
+ "darling",
  "proc-macro2",
  "proptest",
  "quote",
@@ -169,9 +169,9 @@ dependencies = [
 
 [[package]]
 name = "bon"
-version = "3.6.4"
+version = "3.6.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f61138465baf186c63e8d9b6b613b508cd832cba4ce93cf37ce5f096f91ac1a6"
+checksum = "33d9ef19ae5263a138da9a86871eca537478ab0332a7770bac7e3f08b801f89f"
 dependencies = [
  "bon-macros",
  "rustversion",
@@ -179,11 +179,11 @@ dependencies = [
 
 [[package]]
 name = "bon-macros"
-version = "3.6.4"
+version = "3.6.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "40d1dad34aa19bf02295382f08d9bc40651585bd497266831d40ee6296fb49ca"
+checksum = "577ae008f2ca11ca7641bd44601002ee5ab49ef0af64846ce1ab6057218a5cc1"
 dependencies = [
- "darling 0.20.11",
+ "darling",
  "ident_case",
  "prettyplease",
  "proc-macro2",
@@ -391,38 +391,14 @@ version = "0.0.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 
-[[package]]
-name = "darling"
-version = "0.20.11"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
-dependencies = [
- "darling_core 0.20.11",
- "darling_macro 0.20.11",
-]
-
 [[package]]
 name = "darling"
 version = "0.21.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "a79c4acb1fd5fa3d9304be4c76e031c54d2e92d172a393e24b19a14fe8532fe9"
 dependencies = [
- "darling_core 0.21.0",
- "darling_macro 0.21.0",
-]
-
-[[package]]
-name = "darling_core"
-version = "0.20.11"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
-dependencies = [
- "fnv",
- "ident_case",
- "proc-macro2",
- "quote",
- "strsim",
- "syn",
+ "darling_core",
+ "darling_macro",
 ]
 
 [[package]]
@@ -435,17 +411,7 @@ dependencies = [
  "ident_case",
  "proc-macro2",
  "quote",
- "syn",
-]
-
-[[package]]
-name = "darling_macro"
-version = "0.20.11"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
-dependencies = [
- "darling_core 0.20.11",
- "quote",
+ "strsim",
  "syn",
 ]
 
@@ -455,7 +421,7 @@ version = "0.21.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "e79f8e61677d5df9167cd85265f8e5f64b215cdea3fb55eebc3e622e44c7a146"
 dependencies = [
- "darling_core 0.21.0",
+ "darling_core",
  "quote",
  "syn",
 ]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 5414dd2..b88bfec 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -55,7 +55,7 @@ name = "single"
 [dependencies]
 apache-avro-derive = { default-features = false, version = "0.19.0", path = 
"../avro_derive", optional = true }
 bigdecimal = { default-features = false, version = "0.4.8", features = ["std", 
"serde"] }
-bon = { default-features = false, version = "3.6.4" }
+bon = { default-features = false, version = "3.6.5" }
 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