From 1aa7b14cd42c2adac1f2edf6fee47a040d49c156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:22:30 +0000 Subject: [PATCH] Bump winit from 0.29.13 to 0.29.15 Bumps [winit](https://github.com/rust-windowing/winit) from 0.29.13 to 0.29.15. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/v0.29.15/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.29.13...v0.29.15) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42ae722..0f24300 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2086,9 +2086,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winit" -version = "0.29.13" +version = "0.29.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b9d7047a2a569d5a81e3be098dcd8153759909b127477f4397e03cf1006d90a" +checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca" dependencies = [ "ahash", "android-activity", diff --git a/Cargo.toml b/Cargo.toml index a0f751c..b863058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ static-array = { version = "0.5.0", features = ["rayon"] } [dev-dependencies] pixels = "0.13.0" -winit = { version = "0.29.13", default_features = false, features = ["rwh_05", "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"] } +winit = { version = "0.29.15", default_features = false, features = ["rwh_05", "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"] } rand = "0.8.5" approx = "0.5.1"