From f435a7a97de17c32dbb76bb057410f5232ac1d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:59:09 +0000 Subject: [PATCH] Update winit_input_helper requirement from 0.14 to 0.17 Updates the requirements on [winit_input_helper](https://github.com/rukai/winit_input_helper) to permit the latest version. - [Changelog](https://github.com/rukai/winit_input_helper/blob/main/changelog.md) - [Commits](https://github.com/rukai/winit_input_helper/commits) --- updated-dependencies: - dependency-name: winit_input_helper dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61e295f..ba16797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ path = "src/bin/syntra_compiler_demo.rs" [dependencies] winit = "0.29" pixels = "0.13" -winit_input_helper = "0.14" +winit_input_helper = "0.17" ring = "0.16" data-encoding = "2.3"