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 c925339  chore(deps): Bump darling from 0.20.11 to 0.21.0 (#223)
c925339 is described below

commit c92533944ec315290d91d6addbcf643e9ff7a810
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 11 08:09:32 2025 +0300

    chore(deps): Bump darling from 0.20.11 to 0.21.0 (#223)
---
 Cargo.lock             | 44 +++++++++++++++++++++++++++++++++++++++-----
 avro_derive/Cargo.toml |  2 +-
 2 files changed, 40 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 5e00791..a88cdf6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -87,7 +87,7 @@ name = "apache-avro-derive"
 version = "0.19.0"
 dependencies = [
  "apache-avro",
- "darling",
+ "darling 0.21.0",
  "proc-macro2",
  "proptest",
  "quote",
@@ -183,7 +183,7 @@ version = "3.6.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "40d1dad34aa19bf02295382f08d9bc40651585bd497266831d40ee6296fb49ca"
 dependencies = [
- "darling",
+ "darling 0.20.11",
  "ident_case",
  "prettyplease",
  "proc-macro2",
@@ -397,8 +397,18 @@ version = "0.20.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 dependencies = [
- "darling_core",
- "darling_macro",
+ "darling_core 0.20.11",
+ "darling_macro 0.20.11",
+]
+
+[[package]]
+name = "darling"
+version = "0.21.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "a79c4acb1fd5fa3d9304be4c76e031c54d2e92d172a393e24b19a14fe8532fe9"
+dependencies = [
+ "darling_core 0.21.0",
+ "darling_macro 0.21.0",
 ]
 
 [[package]]
@@ -415,13 +425,37 @@ dependencies = [
  "syn",
 ]
 
+[[package]]
+name = "darling_core"
+version = "0.21.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "74875de90daf30eb59609910b84d4d368103aaec4c924824c6799b28f77d6a1d"
+dependencies = [
+ "fnv",
+ "ident_case",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
 [[package]]
 name = "darling_macro"
 version = "0.20.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 dependencies = [
- "darling_core",
+ "darling_core 0.20.11",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "darling_macro"
+version = "0.21.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "e79f8e61677d5df9167cd85265f8e5f64b215cdea3fb55eebc3e622e44c7a146"
+dependencies = [
+ "darling_core 0.21.0",
  "quote",
  "syn",
 ]
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 52914b0..74e4e42 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -32,7 +32,7 @@ readme = "README.md"
 proc-macro = true
 
 [dependencies]
-darling = { default-features = false, version = "0.20.11" }
+darling = { default-features = false, version = "0.21.0" }
 proc-macro2 = { default-features = false, version = "1.0.95" }
 quote = { default-features = false, version = "1.0.40" }
 serde_json = { workspace = true }

Reply via email to