From 849bc7bf20e00b0d3ee2cdcdd6b0ea7e4d7707cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 00:09:27 +0000 Subject: [PATCH] chore(Dependabot): Update tinybmp requirement from 0.5 to 0.6 Updates the requirements on [tinybmp](https://github.com/embedded-graphics/tinybmp) to permit the latest version. - [Release notes](https://github.com/embedded-graphics/tinybmp/releases) - [Changelog](https://github.com/embedded-graphics/tinybmp/blob/main/CHANGELOG.md) - [Commits](https://github.com/embedded-graphics/tinybmp/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: tinybmp dependency-version: 0.6.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 d634ba2..dce7d8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ license = "MIT OR Apache-2.0" [dependencies] [dev-dependencies] -tinybmp = "0.5" +tinybmp = "0.6" embedded-graphics-simulator = "0.6" \ No newline at end of file