From 88fe77479be4930b61db62b53caddb4e383b2a28 Mon Sep 17 00:00:00 2001 From: Youser Nayme <7685106-NeutralModder@users.noreply.gitlab.com> Date: Mon, 20 May 2024 07:28:52 -0400 Subject: [PATCH] Update minifb --- Cargo.lock | 27 +++++++++------------------ world/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba8ac1928c..f7e6506c74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1587,12 +1587,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "cty" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" - [[package]] name = "culpa" version = "1.0.2" @@ -3817,9 +3811,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "minifb" -version = "0.25.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05eddefadb505d3dcb66a89fa77dd0936e72ec84e891cc8fc36e3c05bfe61103" +checksum = "b0c470a74618b43cd182c21b3dc1e6123501249f3bad9a0085e95d1304ca2478" dependencies = [ "cc", "dlib", @@ -3829,7 +3823,7 @@ dependencies = [ "lazy_static", "libc", "orbclient", - "raw-window-handle 0.4.3", + "raw-window-handle 0.6.2", "serde", "serde_derive", "tempfile", @@ -5110,21 +5104,18 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "raw-window-handle" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" -dependencies = [ - "cty", -] - [[package]] name = "raw-window-handle" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" +[[package]] +name = "raw-window-handle" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" + [[package]] name = "rayon" version = "1.10.0" diff --git a/world/Cargo.toml b/world/Cargo.toml index 5896123519..1b8fb42406 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -78,7 +78,7 @@ tracing-subscriber = { version = "0.3.7", default-features = false, features = [ "smallvec", "env-filter", ] } -minifb = "0.25" +minifb = "0.27" rusqlite = { version = "0.31.0", features = [ "array", "vtab",