From c48473371ee33d964777c9e9b1702cf2709cae72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:18:29 +0000 Subject: [PATCH] Bump pixels from 0.17.1 to 0.17.2 in the cargo-minor-and-patch group Bumps the cargo-minor-and-patch group with 1 update: [pixels](https://github.com/parasyte/pixels). Updates `pixels` from 0.17.1 to 0.17.2 - [Release notes](https://github.com/parasyte/pixels/releases) - [Commits](https://github.com/parasyte/pixels/compare/0.17.1...0.17.2) --- updated-dependencies: - dependency-name: pixels dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79d1fc5..9c27e82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,9 +1221,9 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "pixels" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7ddc5048a90da4dab8f3f81fb280f44c9e1d76b68fb2f62dce78b22d55546b1" +checksum = "27af78f16789b973b8b340fe3f68cc2ec9f5e6f4aea64e4d794d5833ac9ca52e" dependencies = [ "bytemuck", "pollster",