From c3201acd06756199b04a9854fc73cdb59b3161e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 20:48:50 +0000 Subject: [PATCH] Bump winit from 0.29.10 to 0.29.15 Bumps [winit](https://github.com/rust-windowing/winit) from 0.29.10 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.10...v0.29.15) --- updated-dependencies: - dependency-name: winit dependency-version: 0.29.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/lambda-rs-platform/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dbea6b5..ad590459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3624,9 +3624,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winit" -version = "0.29.10" +version = "0.29.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c824f11941eeae66ec71111cc2674373c772f482b58939bb4066b642aa2ffcf" +checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca" dependencies = [ "ahash", "android-activity", diff --git a/crates/lambda-rs-platform/Cargo.toml b/crates/lambda-rs-platform/Cargo.toml index b7670f82..c3f2c31e 100644 --- a/crates/lambda-rs-platform/Cargo.toml +++ b/crates/lambda-rs-platform/Cargo.toml @@ -11,7 +11,7 @@ name = "lambda_platform" path = "src/lib.rs" [dependencies] -winit = "=0.29.10" +winit = "=0.29.15" shaderc = { version = "=0.7", optional = true, default-features = false } naga = { version = "=26.0.0", optional = true, default-features = false, features = ["spv-out", "glsl-in", "wgsl-in"] } rand = "=0.8.5"