From 1c77fb8e62106b6942fa1f3f7016e30a0f83e16b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:08:31 +0000 Subject: [PATCH] chore(deps): bump darling from 0.20.11 to 0.21.3 Bumps [darling](https://github.com/TedDriggs/darling) from 0.20.11 to 0.21.3. - [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.20.11...v0.21.3) --- updated-dependencies: - dependency-name: darling dependency-version: 0.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d23731697fa21..a239cfee8505d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12496,7 +12496,7 @@ name = "vector-config-common" version = "0.1.0" dependencies = [ "convert_case 0.8.0", - "darling 0.20.11", + "darling 0.21.3", "proc-macro2 1.0.106", "quote 1.0.44", "serde", @@ -12509,7 +12509,7 @@ dependencies = [ name = "vector-config-macros" version = "0.1.0" dependencies = [ - "darling 0.20.11", + "darling 0.21.3", "proc-macro2 1.0.106", "quote 1.0.44", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0a577cde861d9..a6cd1795a1916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,7 @@ colored = { version = "3.1.1", default-features = false } const-str = { version = "1.1.0", default-features = false } criterion = "0.8" crossbeam-utils = { version = "0.8.21", default-features = false } -darling = { version = "0.20.11", default-features = false, features = ["suggestions"] } +darling = { version = "0.21.3", default-features = false, features = ["suggestions"] } dashmap = { version = "6.1.0", default-features = false } derivative = { version = "2.2.0", default-features = false } exitcode = { version = "1.1.2", default-features = false }