From c7af427348b581a10800c720d0b21a17884fe803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:00:31 +0000 Subject: [PATCH] Update pixels requirement from 0.16.0 to 0.17.1 Updates the requirements on [pixels](https://github.com/parasyte/pixels) to permit the latest version. - [Release notes](https://github.com/parasyte/pixels/releases) - [Commits](https://github.com/parasyte/pixels/compare/0.16.0...0.17.1) --- updated-dependencies: - dependency-name: pixels dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- drivers/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/native/Cargo.toml b/drivers/native/Cargo.toml index 51c0a591..1cc3483f 100644 --- a/drivers/native/Cargo.toml +++ b/drivers/native/Cargo.toml @@ -13,7 +13,7 @@ synchronization = { workspace = true } shared = { workspace = true } critical-section = { workspace = true, features = ["std"] } -pixels = "0.16.0" +pixels = "0.17.1" winit = { version = "0.30", features = ["rwh_05"] } rand = "0.10.0" libc = { version = "0.2" }