From 0d0a45cb080cc2f2cd4f344db40d20f493346e2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:38:00 +0000 Subject: [PATCH] Update Rust crate minifb to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 291281a..66afe99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,5 +29,5 @@ specs = { version = "0.16.1", default-features = false, features = ["specs-deriv [dev-dependencies] image = "0.23.3" -minifb = "0.16.0" +minifb = "0.24.0" blit = { version = "0.5.12", features = ["image"] }