From 52080d88af6fb6c521ebace44da0edf26a066783 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:20:37 +0000 Subject: [PATCH] Update sdl2 requirement from 0.32.1 to 0.34.5 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..d43f1c2 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.5" [profile.dev] overflow-checks = false