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 a43d864 chore(deps): Bump bon from 3.7.2 to 3.8.0 (#307)
a43d864 is described below
commit a43d86428d1cb20bf63023786c035bbcdf7344cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 09:02:29 2025 +0300
chore(deps): Bump bon from 3.7.2 to 3.8.0 (#307)
Bumps [bon](https://github.com/elastio/bon) from 3.7.2 to 3.8.0.
- [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.7.2...v3.8.0)
---
updated-dependencies:
- dependency-name: bon
dependency-version: 3.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 b2288fc..29226da 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -170,9 +170,9 @@ dependencies = [
[[package]]
name = "bon"
-version = "3.7.2"
+version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2529c31017402be841eb45892278a6c21a000c0a17643af326c73a73f83f0fb"
+checksum = "f44aa969f86ffb99e5c2d51f393ec9ed6e9fe2f47b609c917b0071f129854d29"
dependencies = [
"bon-macros",
"rustversion",
@@ -180,9 +180,9 @@ dependencies = [
[[package]]
name = "bon-macros"
-version = "3.7.2"
+version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d82020dadcb845a345591863adb65d74fa8dc5c18a0b6d408470e13b7adc7005"
+checksum = "e1e78cd86b6a6515d87392332fd63c4950ed3e50eab54275259a5f59f3666f90"
dependencies = [
"darling",
"ident_case",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 7609c4d..0d4a096 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.7.2" }
+bon = { default-features = false, version = "3.8.0" }
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"] }