From be52f536ef668ccfe904456a0fbf38756bab9801 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:39:12 +0000 Subject: [PATCH] Update Rust crate heapless to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 944e2d29..e8813017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ criterion = "0.7" ctor = "0.5" darling = "0.21" dyn-clone = "1.0" -heapless = "0.8" +heapless = "0.9" ingot = "0.1.1" ipnetwork = { version = "0.21", default-features = false } itertools = { version = "0.14", default-features = false }