diff --git a/Cargo.lock b/Cargo.lock index d1f9185e..dcf94bf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4506,9 +4506,9 @@ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" [[package]] name = "safe_arch" -version = "0.7.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" +checksum = "1f7caad094bd561859bcd467734a720c3c1f5d1f338995351fefe2190c45efed" dependencies = [ "bytemuck", ] @@ -6196,9 +6196,9 @@ dependencies = [ [[package]] name = "wide" -version = "0.7.33" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03" +checksum = "dfdfe6a32973f2d1b268b8895845a8a96cac2f0191e72c27cc929036060dbf89" dependencies = [ "bytemuck", "safe_arch", diff --git a/crates/rustynes-frontend/Cargo.toml b/crates/rustynes-frontend/Cargo.toml index 221f131b..3f10980e 100644 --- a/crates/rustynes-frontend/Cargo.toml +++ b/crates/rustynes-frontend/Cargo.toml @@ -250,7 +250,7 @@ rustynes-netplay.workspace = true # dependency-light. Native-only on purpose — the wasm blitter uses # `core::arch::wasm32` v128 intrinsics under `+simd128` (with a scalar fallback), # so `wide` never enters the wasm bundle and the 5 MiB size budget is untouched. -wide = "0.7" +wide = "1.5" # v1.7.0 "Forge" G4 — movie-export hash hardening (native export path only, so # the wasm size budget is untouched). `.fm2` wants an MD5 `romChecksum`, `.bk2`