From 8964c71908a6126534436a737021cbbeaebae272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 01:54:15 +0000 Subject: [PATCH] build(deps): update darling requirement from 0.20 to 0.23 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.20.0...v0.23.0) --- updated-dependencies: - dependency-name: darling dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 272e58a..ddbd5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ base64 = "0.22" bounded-integer = "0.5" byte-unit = "5.1" ctor = "0.8" -darling = "0.20" +darling = "0.23" env_logger = "0.11" indexmap = "2" lazy_static = "1.4"