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 940e52f chore(deps): Bump bon from 3.8.0 to 3.8.1 (#308)
940e52f is described below
commit 940e52f080061dc06b105413f802cf505c7f1671
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 9 07:31:13 2025 +0300
chore(deps): Bump bon from 3.8.0 to 3.8.1 (#308)
---
Cargo.lock | 8 ++++----
avro/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 661756b..f4d9bfc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -170,9 +170,9 @@ dependencies = [
[[package]]
name = "bon"
-version = "3.8.0"
+version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f44aa969f86ffb99e5c2d51f393ec9ed6e9fe2f47b609c917b0071f129854d29"
+checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
dependencies = [
"bon-macros",
"rustversion",
@@ -180,9 +180,9 @@ dependencies = [
[[package]]
name = "bon-macros"
-version = "3.8.0"
+version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e1e78cd86b6a6515d87392332fd63c4950ed3e50eab54275259a5f59f3666f90"
+checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
dependencies = [
"darling",
"ident_case",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 0d4a096..de1edf0 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.8.0" }
+bon = { default-features = false, version = "3.8.1" }
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"] }