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 bc7b3a5 chore(deps): Bump bon from 3.8.1 to 3.8.2 (#396)
bc7b3a5 is described below
commit bc7b3a504d09488270f3db03f43cace0fba6db84
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 9 07:24:06 2026 +0200
chore(deps): Bump bon from 3.8.1 to 3.8.2 (#396)
---
Cargo.lock | 8 ++++----
avro/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 3d580e2..08806b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -190,9 +190,9 @@ dependencies = [
[[package]]
name = "bon"
-version = "3.8.1"
+version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
+checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
dependencies = [
"bon-macros",
"rustversion",
@@ -200,9 +200,9 @@ dependencies = [
[[package]]
name = "bon-macros"
-version = "3.8.1"
+version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
+checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
dependencies = [
"darling",
"ident_case",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 72b4200..5b7e2a1 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -55,7 +55,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.8.1" }
+bon = { default-features = false, version = "3.8.2" }
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"] }