From 2c3f7744de423f9aa48e683616d303f182b3348f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 03:13:18 +0000 Subject: [PATCH] Bump heapless from 0.8.0 to 0.9.1 Bumps [heapless](https://github.com/rust-embedded/heapless) from 0.8.0 to 0.9.1. - [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.1) --- updated-dependencies: - dependency-name: heapless dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_guest_tracing/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06bf1b8af..0f3c9ab16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1251,9 +1251,9 @@ checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" [[package]] name = "heapless" -version = "0.8.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" +checksum = "b1edcd5a338e64688fbdcb7531a846cfd3476a54784dcb918a0844682bc7ada5" dependencies = [ "hash32", "serde", diff --git a/src/hyperlight_guest_tracing/Cargo.toml b/src/hyperlight_guest_tracing/Cargo.toml index 9c67daeaf..5109aba85 100644 --- a/src/hyperlight_guest_tracing/Cargo.toml +++ b/src/hyperlight_guest_tracing/Cargo.toml @@ -10,7 +10,7 @@ readme.workspace = true description = """Provides the tracing functionality for the hyperlight guest.""" [dependencies] -heapless = { version = "0.8.0", features = ["serde"] } +heapless = { version = "0.9.1", features = ["serde"] } hyperlight-common = { workspace = true, default-features = false } spin = "0.10.0" tracing = { version = "0.1.41", default-features = false, features = ["attributes"] }