From d81a915bcb52ad89787bdd9ba562155519e8ffd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:09:06 +0000 Subject: [PATCH] chore(deps): update sdl2 requirement from 0.35 to 0.38 Updates the requirements on [sdl2](https://github.com/Rust-SDL2/rust-sdl2) to permit the latest version. - [Changelog](https://github.com/Rust-SDL2/rust-sdl2/blob/master/changelog.md) - [Commits](https://github.com/Rust-SDL2/rust-sdl2/compare/0.35.2...0.35.2) --- updated-dependencies: - dependency-name: sdl2 dependency-version: 0.35.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gcrecomp-runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcrecomp-runtime/Cargo.toml b/gcrecomp-runtime/Cargo.toml index ca18250..7b9593e 100644 --- a/gcrecomp-runtime/Cargo.toml +++ b/gcrecomp-runtime/Cargo.toml @@ -14,7 +14,7 @@ serde = { workspace = true } serde_json = { workspace = true } gilrs = "0.10" # Downgrade sdl2 to be compatible with minifb's sdl2-sys requirement -sdl2 = "0.35" +sdl2 = "0.38" hidapi = "2.0" image = "0.24" imageproc = "0.23"