From aff66afa8407f46bd7db650747fdfb1b236976cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 07:59:38 +0000 Subject: [PATCH] [cargo](deps): 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] --- rubble/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubble/Cargo.toml b/rubble/Cargo.toml index 69f30679..5eff4e8f 100644 --- a/rubble/Cargo.toml +++ b/rubble/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" [dependencies] bitflags = "2.3.2" fugit = "0.3.7" -heapless = "0.7.16" +heapless = "0.8.0" rand_core = "0.6.4" sha2 = { version = "0.10.7", default-features = false } zerocopy = "0.6.1"