From a55790aa4915337a8c60a34e44237af8906dec14 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:50:24 +0000 Subject: [PATCH] Update Rust crate darling to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab1354fd..6fe1a615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ clap = { version = "4", features = ["derive", "string", "wrap_help"] } crc32fast = { version = "1", default-features = false } criterion = "0.8" ctor = "0.6" -darling = "0.21" +darling = "0.23" dyn-clone = "1.0" heapless = "0.8" ingot = "0.1.1"