From e1e1213b7778a5131b3001bf5dc844648afe054f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 03:12:05 +0000 Subject: [PATCH] Update darling requirement from 0.21 to 0.22 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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: darling dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotly_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly_derive/Cargo.toml b/plotly_derive/Cargo.toml index 159cc598..cf4a0d1a 100644 --- a/plotly_derive/Cargo.toml +++ b/plotly_derive/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["plot", "chart", "plotly"] quote = "1" syn = "2" proc-macro2 = "1" -darling = "0.21" +darling = "0.22" [lib] proc-macro = true