From add868ccb465ca32c4312bcc1cd7faf46cd713f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 21:52:44 +0000 Subject: [PATCH] chore(deps): update darling requirement from 0.14.2 to 0.20.6 Updates the requirements on [darling](https://github.com/TedDriggs/darling) to permit the latest version. - [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.14.2...v0.20.6) --- updated-dependencies: - dependency-name: darling dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentinel-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel-macros/Cargo.toml b/sentinel-macros/Cargo.toml index 156afd9..e83833e 100644 --- a/sentinel-macros/Cargo.toml +++ b/sentinel-macros/Cargo.toml @@ -23,4 +23,4 @@ proc-macro = true proc-macro2 = "1.0.33" quote = "1.0.9" syn = { version = "1.0.74", features = ["full"] } -darling = "0.14.2" +darling = "0.20.6"