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"] }