From 077f1edaba9bc19d917dd7f02d2360ac631b4a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:58:15 +0000 Subject: [PATCH] build(deps): bump heapless from 0.9.2 to 0.9.3 Bumps [heapless](https://github.com/rust-embedded/heapless) from 0.9.2 to 0.9.3. - [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.9.2...v0.9.3) --- updated-dependencies: - dependency-name: heapless dependency-version: 0.9.3 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 ec8b073..9441838 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "heapless" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed" +checksum = "25ba4bd83f9415b58b4ed8dc5714c76e626a105be4646c02630ad730ad3b5aa4" dependencies = [ "hash32", "stable_deref_trait", diff --git a/Cargo.toml b/Cargo.toml index a83cd40..0c73d89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ goblin = { version = "0.10.5", default-features = false, features = [ "elf32", "elf64", ] } -heapless = "0.9.2" +heapless = "0.9.3" linux-raw-sys = { version = "0.12.1", default-features = false, features = [ "no_std", "general",