From 4a311f12a3b76f9e94e2e65193fb4fa4d6c16455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 03:45:21 +0000 Subject: [PATCH] chore(deps): bump bytemuck from 1.23.1 to 1.23.2 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.23.1 to 1.23.2. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.23.1...v1.23.2) --- updated-dependencies: - dependency-name: bytemuck dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f844a2a..ec05aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,9 +238,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytemuck" -version = "1.23.1" +version = "1.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" +checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677" dependencies = [ "bytemuck_derive", ] diff --git a/Cargo.toml b/Cargo.toml index ff263e7..2192777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ wgpu = { version = "25.0.2", default-features = false, features = ["wgsl", "webg rayon = "1.10.0" futures = "0.3.31" geo-types = "0.7.17" -bytemuck = "1.23.1" +bytemuck = "1.23.2" bytemuck_derive = "1.10.1" mvt-reader = "2.1.0" earcutr = "0.5.0"