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 984cdfb chore(deps): Bump bon from 3.8.2 to 3.9.0 (#464)
984cdfb is described below
commit 984cdfb8c66ee476e33ea6212eb874e1541da84d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 13 07:12:14 2026 +0200
chore(deps): Bump bon from 3.8.2 to 3.9.0 (#464)
---
Cargo.lock | 8 ++++----
avro/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 035b4c7..044e109 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -197,9 +197,9 @@ dependencies = [
[[package]]
name = "bon"
-version = "3.8.2"
+version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
+checksum = "2d13a61f2963b88eef9c1be03df65d42f6996dfeac1054870d950fcf66686f83"
dependencies = [
"bon-macros",
"rustversion",
@@ -207,9 +207,9 @@ dependencies = [
[[package]]
name = "bon-macros"
-version = "3.8.2"
+version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
+checksum = "d314cc62af2b6b0c65780555abb4d02a03dd3b799cd42419044f0c38d99738c0"
dependencies = [
"darling",
"ident_case",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index ba40176..db48909 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.8.2" }
+bon = { default-features = false, version = "3.9.0" }
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"] }