From 35a440d563f2624c44dab9823a04d8cd86e6077f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 04:29:52 +0000 Subject: [PATCH] Bump sdl2 from 0.35.2 to 0.36.0 Bumps [sdl2](https://github.com/Rust-SDL2/rust-sdl2) from 0.35.2 to 0.36.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- chip8-native/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2a77ae..6443ab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "sdl2" -version = "0.35.2" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7959277b623f1fb9e04aea73686c3ca52f01b2145f8ea16f4ff30d8b7623b1a" +checksum = "8356b2697d1ead5a34f40bcc3c5d3620205fe0c7be0a14656223bfeec0258891" dependencies = [ "bitflags", "lazy_static", @@ -182,9 +182,9 @@ dependencies = [ [[package]] name = "sdl2-sys" -version = "0.35.2" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3586be2cf6c0a8099a79a12b4084357aa9b3e0b0d7980e3b67aaf7a9d55f9f0" +checksum = "26bcacfdd45d539fb5785049feb0038a63931aa896c7763a2a12e125ec58bd29" dependencies = [ "cfg-if 1.0.0", "cmake", diff --git a/chip8-native/Cargo.toml b/chip8-native/Cargo.toml index fc48450..7714c5e 100644 --- a/chip8-native/Cargo.toml +++ b/chip8-native/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" [dependencies] chip8 = { path = "../chip8" } -sdl2 = { version = "0.35.2", features = [ "bundled" ] } +sdl2 = { version = "0.36.0", features = [ "bundled" ] }