From e56468b2ada2c0d3cf034a69ad1b6fb2f484b213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:32:37 +0000 Subject: [PATCH] Update heapless requirement from 0.7.16 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.16...v0.8.0) --- 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 58c8f98..eb7abda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ cortex-m-rtic = "1.1.4" cortex-m-semihosting = "0.5.0" crc16 = { version = "0.4.0", default-features = false } either = { version = "1.9.0", default-features = false } -heapless = "0.7.16" +heapless = "0.8.0" m = "0.1.1" mfrc522 = "0.6.0" panic-semihosting = "0.6.0"