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 34bd6fd chore: Bump darling from 0.20.10 to 0.20.11 (#168)
34bd6fd is described below
commit 34bd6fdf9837ac55d964665f7acdfe2652aa395c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 31 08:15:24 2025 +0300
chore: Bump darling from 0.20.10 to 0.20.11 (#168)
---
Cargo.lock | 12 ++++++------
avro_derive/Cargo.toml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index b6ad11f..3608a49 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -440,9 +440,9 @@ checksum =
"4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
[[package]]
name = "darling"
-version = "0.20.10"
+version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
+checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
dependencies = [
"darling_core",
"darling_macro",
@@ -450,9 +450,9 @@ dependencies = [
[[package]]
name = "darling_core"
-version = "0.20.10"
+version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
+checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
dependencies = [
"fnv",
"ident_case",
@@ -464,9 +464,9 @@ dependencies = [
[[package]]
name = "darling_macro"
-version = "0.20.10"
+version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
+checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
dependencies = [
"darling_core",
"quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 41a041c..6a7dd1f 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.10" }
+darling = { default-features = false, version = "0.20.11" }
proc-macro2 = { default-features = false, version = "1.0.94" }
quote = { default-features = false, version = "1.0.40" }
serde_json = { workspace = true }