From 6f7be09d3962d903a0373ffe7443a4c0ef33cd03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:09:15 +0000 Subject: [PATCH] chore(deps): update minifb requirement from 0.25 to 0.28 Updates the requirements on [minifb](https://github.com/emoon/rust_minifb) to permit the latest version. - [Changelog](https://github.com/emoon/rust_minifb/blob/master/CHANGELOG.md) - [Commits](https://github.com/emoon/rust_minifb/commits) --- updated-dependencies: - dependency-name: minifb dependency-version: 0.28.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 4f73e46..4b6de5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ winit = "0.30" wgpu = "0.19" # Runtime dependencies -minifb = "0.25" +minifb = "0.28" # Memory optimization dependencies smallvec = "1.13"