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 029e216 chore: Bump bon from 3.6.1 to 3.6.3 (#187)
029e216 is described below
commit 029e2167de970d613306cd5f8c74fe87cc5a163e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 21 09:10:23 2025 +0300
chore: Bump bon from 3.6.1 to 3.6.3 (#187)
---
Cargo.lock | 8 ++++----
avro/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 7d58cd0..0307176 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -170,9 +170,9 @@ dependencies = [
[[package]]
name = "bon"
-version = "3.6.1"
+version = "3.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94054366e2ff97b455acdd4fdb03913f717febc57b7bbd1741b2c3b87efae030"
+checksum = "ced38439e7a86a4761f7f7d5ded5ff009135939ecb464a24452eaa4c1696af7d"
dependencies = [
"bon-macros",
"rustversion",
@@ -180,9 +180,9 @@ dependencies = [
[[package]]
name = "bon-macros"
-version = "3.6.1"
+version = "3.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "542a990e676ce0a0a895ae54b2d94afd012434f2228a85b186c6bc1a7056cdc6"
+checksum = "0ce61d2d3844c6b8d31b2353d9f66cf5e632b3e9549583fe3cac2f4f6136725e"
dependencies = [
"darling",
"ident_case",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 86aa396..9f872b2 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -55,7 +55,7 @@ name = "single"
[dependencies]
apache-avro-derive = { default-features = false, version = "0.18.0", path =
"../avro_derive", optional = true }
bigdecimal = { default-features = false, version = "0.4.8", features = ["std",
"serde-json"] }
-bon = { default-features = false, version = "3.6.1" }
+bon = { default-features = false, version = "3.6.3" }
bzip2 = { version = "0.5.2", optional = true }
crc32fast = { default-features = false, version = "1.4.2", optional = true }
digest = { default-features = false, version = "0.10.7", features =
["core-api"] }