From 2864ac5c38de289d3d8c195578f3b60aaefb67d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:29:17 +0000 Subject: [PATCH] Update pixels requirement from 0.16.0 to 0.17.0 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.0) --- updated-dependencies: - dependency-name: pixels dependency-version: 0.17.0 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..24278179 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.0" winit = { version = "0.30", features = ["rwh_05"] } rand = "0.10.0" libc = { version = "0.2" }