From a1d774175ebc0da63d27f4f461b3c4eabdfc7636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:17:47 +0000 Subject: [PATCH] Update sdl2 requirement from 0.32.1 to 0.35.2 Updates the requirements on [sdl2](https://github.com/Rust-SDL2/rust-sdl2) to permit the latest version. - [Release notes](https://github.com/Rust-SDL2/rust-sdl2/releases) - [Changelog](https://github.com/Rust-SDL2/rust-sdl2/blob/master/changelog.md) - [Commits](https://github.com/Rust-SDL2/rust-sdl2/commits/0.35.2) --- 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..6b1c3b6 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.35.2" [profile.dev] overflow-checks = false