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 44e854a chore(deps): Bump darling from 0.21.0 to 0.21.1 (#250)
44e854a is described below
commit 44e854a39ce59a36c0350294e4684feae663a27d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 8 09:19:01 2025 +0300
chore(deps): Bump darling from 0.21.0 to 0.21.1 (#250)
Bumps [darling](https://github.com/TedDriggs/darling) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TedDriggs/darling/compare/v0.21.0...v0.21.1)
---
updated-dependencies:
- dependency-name: darling
dependency-version: 0.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 12 ++++++------
avro_derive/Cargo.toml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index b4fad08..4271708 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -393,9 +393,9 @@ checksum =
"e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
[[package]]
name = "darling"
-version = "0.21.0"
+version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a79c4acb1fd5fa3d9304be4c76e031c54d2e92d172a393e24b19a14fe8532fe9"
+checksum = "d6b136475da5ef7b6ac596c0e956e37bad51b85b987ff3d5e230e964936736b2"
dependencies = [
"darling_core",
"darling_macro",
@@ -403,9 +403,9 @@ dependencies = [
[[package]]
name = "darling_core"
-version = "0.21.0"
+version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74875de90daf30eb59609910b84d4d368103aaec4c924824c6799b28f77d6a1d"
+checksum = "b44ad32f92b75fb438b04b68547e521a548be8acc339a6dacc4a7121488f53e6"
dependencies = [
"fnv",
"ident_case",
@@ -417,9 +417,9 @@ dependencies = [
[[package]]
name = "darling_macro"
-version = "0.21.0"
+version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e79f8e61677d5df9167cd85265f8e5f64b215cdea3fb55eebc3e622e44c7a146"
+checksum = "2b5be8a7a562d315a5b92a630c30cec6bcf663e6673f00fbb69cca66a6f521b9"
dependencies = [
"darling_core",
"quote",
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 74e4e42..b37e054 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.21.0" }
+darling = { default-features = false, version = "0.21.1" }
proc-macro2 = { default-features = false, version = "1.0.95" }
quote = { default-features = false, version = "1.0.40" }
serde_json = { workspace = true }