From a937d87f8f9052c2f5284718a35194518ebe5cf1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 10:30:04 +0000 Subject: [PATCH] Update sdl2 requirement from 0.32.1 to 0.34.4 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) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 916114e..ef3720e 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.34.4" [profile.dev] overflow-checks = false