From d758f981a1bf1ba50e41241fbbab44404ee73034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:05:55 +0000 Subject: chore(deps): update heapless requirement from 0.8 to 0.9 Updates the requirements on [heapless](https://github.com/rust-embedded/heapless) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- rtic-sync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index ce0014c..0cb5a10 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -18,7 +18,7 @@ repository = "https://github.com/rtic-rs/rtic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -heapless = "0.8" +heapless = "0.9" critical-section = "1" rtic-common = { version = "1.0.0", path = "../rtic-common" } portable-atomic = { version = "1", default-features = false } -- cgit v1.2.3