From a0d5bd56d3b6e443c4b0501f83d6c76981c33ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:05:08 +0000 Subject: [PATCH] Bump bytemuck from 1.22.0 to 1.23.1 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.22.0 to 1.23.1. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.22.0...v1.23.1) --- updated-dependencies: - dependency-name: bytemuck dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6c9ca21..a802eba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,9 +492,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytemuck" -version = "1.22.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" +checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" dependencies = [ "bytemuck_derive", ] diff --git a/Cargo.toml b/Cargo.toml index 6179086..c950418 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ edition = "2024" [workspace.dependencies] wgpu = "24.0.3" pollster = "0.4.0" -bytemuck = "1.22.0" +bytemuck = "1.23.1" futures-intrusive = "0.5.0" log = { version = "0.4.26" } hashbrown = "0.15.0"