From 552263098306ed310b61ceb4513007f991d70ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 13:51:51 +0000 Subject: [PATCH] build(deps): update flipperzero-alloc requirement from 0.14.0 to 0.15.0 Updates the requirements on [flipperzero-alloc](https://github.com/dcoles/flipperzero-rs) to permit the latest version. - [Release notes](https://github.com/dcoles/flipperzero-rs/releases) - [Changelog](https://github.com/flipperzero-rs/flipperzero/blob/main/CHANGELOG.md) - [Commits](https://github.com/dcoles/flipperzero-rs/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: flipperzero-alloc dependency-version: 0.15.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 735a31f..33d0964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ test = false [dependencies] flipperzero = "0.14.0" -flipperzero-alloc = "0.14.0" +flipperzero-alloc = "0.15.0" flipperzero-rt = "0.14.0" flipperzero-sys = "0.14.0"