From e3046d020a087fb651f9b456194e9166e6e28789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:35:06 +0000 Subject: [PATCH] Update sdl2 requirement from 0.32.1 to 0.36.0 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/commits) --- updated-dependencies: - dependency-name: sdl2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 916114e..8eecc8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" bitfield = "0.13.1" log4rs = "0.8.1" log = "0.4.6" -sdl2 = "0.32.1" +sdl2 = "0.36.0" [profile.dev] overflow-checks = false