From 025370c63802dff926657210838acca89caeda0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 04:30:27 +0000 Subject: [PATCH] Update heapless requirement from 0.7.7 to 0.8.0 Updates the requirements on [heapless](https://github.com/rust-embedded/heapless) to permit the latest version. - [Changelog](https://github.com/rust-embedded/heapless/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/heapless/compare/v0.7.7...v0.7.16) --- updated-dependencies: - dependency-name: heapless dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba4fed7..35f225c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = [ [dependencies] bitfield = "0.14" -heapless = "0.7.7" +heapless = "0.8.0" byte = "0.2" defmt = { version = "0.3", optional = true }