From c56cc6f98b194582b5ced6a12624b72e8da7fabc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 11:19:46 +0200 Subject: [PATCH] Update minifb requirement from 0.25 to 0.27 (#33) --- updated-dependencies: - dependency-name: minifb dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6b4536..b20c30a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ thiserror = "1.0.7" [dev-dependencies] glam = "0.25" -minifb = "0.25" +minifb = "0.27"