From 33f78ddf718d3a572cf885a15c7dd6be1b13a30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:24:35 +0000 Subject: [PATCH] Update darling requirement from 0.21 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.21.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 4044cdb0..c343a9a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ linked_list_allocator = { version = "0.10", default-features = false, features = "const_mut_refs", ] } smol_str = { version = "0.3" } -darling = { version = "0.21" } +darling = { version = "0.23" } regex = { version = "1" } embedded-io-async = { version = "0.7", features = ["alloc"] } embedded-io = { version = "0.7", features = ["alloc"] }