From d25a8c70c3feeb202877d74d0908be87122e766d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:55:07 +0000 Subject: [PATCH] Bump minifb from 0.24.0 to 0.25.0 Bumps [minifb](https://github.com/emoon/rust_minifb) from 0.24.0 to 0.25.0. - [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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 493cb4a..154ea67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,9 +348,9 @@ dependencies = [ [[package]] name = "minifb" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66a1fdd7e946fe33fe9725012e25836bba3655769bee9ee347cce7de3f396df" +checksum = "05eddefadb505d3dcb66a89fa77dd0936e72ec84e891cc8fc36e3c05bfe61103" dependencies = [ "cc", "dlib", diff --git a/Cargo.toml b/Cargo.toml index 2f62a88..a5c819c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ readme = "README.md" edition = "2021" [dependencies] -minifb = "0.24" +minifb = "0.25" rand = "0.8.5" clap = { version = "3.2.2", features = ["derive"] } \ No newline at end of file