From 4537e5965d5facf18d085991703047c5cd03a8bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 15:34:33 +0000 Subject: [PATCH] Bump sdl2 from 0.33.0 to 0.34.3 Bumps [sdl2](https://github.com/Rust-SDL2/rust-sdl2) from 0.33.0 to 0.34.3. - [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.lock | 15 +++++++++++---- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7366ae6..c874290 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,9 +535,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "sdl2" -version = "0.33.0" +version = "0.34.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f74124048ea86b5cd50236b2443f6f57cf4625a8e8818009b4e50dbb8729a43" +checksum = "fcbb85f4211627a7291c83434d6bbfa723e28dcaa53c7606087e3c61929e4b9c" dependencies = [ "bitflags", "lazy_static", @@ -547,12 +547,13 @@ dependencies = [ [[package]] name = "sdl2-sys" -version = "0.33.0" +version = "0.34.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e1deb61ff274d29fb985017d4611d4004b113676eaa9c06754194caf82094e" +checksum = "28d81feded049b9c14eceb4a4f6d596a98cebbd59abdba949c5552a015466d33" dependencies = [ "cfg-if", "libc", + "version-compare", ] [[package]] @@ -657,6 +658,12 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" +[[package]] +name = "version-compare" +version = "0.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1" + [[package]] name = "wasi" version = "0.9.0+wasi-snapshot-preview1" diff --git a/Cargo.toml b/Cargo.toml index 09b3697..611a0a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ dirs = "2.0.2" failure = "0.1.7" serde_json = "1.0.64" clap = { version = "2.33.3", features = ["yaml"] } -sdl2 = "0.33.0" +sdl2 = "0.34.3" directories = "2.0.2" [profile.release]