From aec044b9b1c7921593f5aec803dbe52b01b48eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 21:06:14 +0000 Subject: [PATCH] Bump minifb from 0.23.0 to 0.24.0 Bumps [minifb](https://github.com/emoon/rust_minifb) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/emoon/rust_minifb/releases) - [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 9a6a42b..39e8609 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,9 +348,9 @@ dependencies = [ [[package]] name = "minifb" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9e21c5f89bb820c7878c300c5b944e65de0f1b2a75e0be92ce670b95943740e" +checksum = "c66a1fdd7e946fe33fe9725012e25836bba3655769bee9ee347cce7de3f396df" dependencies = [ "cc", "dlib", diff --git a/Cargo.toml b/Cargo.toml index 5331451..6752292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ readme = "README.md" edition = "2021" [dependencies] -minifb = "0.23" +minifb = "0.24" rand = "0.8.5" clap = { version = "3.1.18", features = ["derive"] } \ No newline at end of file