From 4994caa8bce4a4201551d81554a64580e9a968ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 02:06:42 +0000 Subject: [PATCH] build: Bump heapless from 0.8.0 to 0.9.0 Bumps [heapless](https://github.com/rust-embedded/heapless) from 0.8.0 to 0.9.0. - [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/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: heapless dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 16ca4e3c..0c057c7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,9 +145,9 @@ dependencies = [ [[package]] name = "heapless" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" +checksum = "c603e226ffeb0a02e7700f43b4220af8036ae685907a235b4b1258fbf424f1d1" dependencies = [ "hash32", "stable_deref_trait", diff --git a/Cargo.toml b/Cargo.toml index f2c3f046..0b7b3670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ efi-var = [] bitflags = "2.9.0" atomic_refcell = "0.1.13" r-efi = { version = "5.2.0", features = ["efiapi"] } -heapless = "0.8.0" +heapless = "0.9.0" log = "0.4.27" [target.'cfg(target_arch = "aarch64")'.dependencies]