From 856afceaeadf20f1382d7f3b7f3176cc71c56960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:35:56 +0000 Subject: [PATCH] build(deps): update flipperzero-sys requirement from 0.11.0 to 0.13.0 Updates the requirements on [flipperzero-sys](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.11.0...v0.13.0) --- updated-dependencies: - dependency-name: flipperzero-sys 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 9788f49..c2c0d25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ test = false flipperzero = "0.11.0" flipperzero-alloc = "0.11.0" flipperzero-rt = "0.11.0" -flipperzero-sys = "0.11.0" +flipperzero-sys = "0.13.0"