From 6e374a85324ec22cf5e360d1c8b0d56252cb6b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:02:31 +0000 Subject: [PATCH] build: Bump heapless from 0.9.1 to 0.9.2 Bumps [heapless](https://github.com/rust-embedded/heapless) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/rust-embedded/heapless/releases) - [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/heapless/commits) --- updated-dependencies: - dependency-name: heapless dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26092246..f447928f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,9 +145,9 @@ dependencies = [ [[package]] name = "heapless" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1edcd5a338e64688fbdcb7531a846cfd3476a54784dcb918a0844682bc7ada5" +checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed" dependencies = [ "hash32", "stable_deref_trait", diff --git a/Cargo.toml b/Cargo.toml index bd8295c3..54b4fa8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ efi-var = [] bitflags = "2.10.0" atomic_refcell = "0.1.13" r-efi = { version = "5.3.0", features = ["efiapi"] } -heapless = "0.9.1" +heapless = "0.9.2" log = "0.4.28" [target.'cfg(target_arch = "aarch64")'.dependencies]