From dc8cc7c0c15f899fa250413cad54d3f00a869f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:19:15 +0000 Subject: [PATCH] Update heapless requirement from 0.8.0 to 0.9.0 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.0) --- updated-dependencies: - dependency-name: heapless dependency-version: 0.9.0 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 56613c2..0c2614a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ readme = "README.md" exclude = [".github"] [dependencies] -heapless = "0.8.0" +heapless = "0.9.0"