From ed24857596cad04f75c914dc3c1ffda9f640e3cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:28:25 +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 ++-- splashsurf/Cargo.toml | 2 +- splashsurf_lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fcd2574..ef68a4f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" [[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" [[package]] name = "bytemuck_derive" diff --git a/splashsurf/Cargo.toml b/splashsurf/Cargo.toml index e1a4a568..17f78a48 100644 --- a/splashsurf/Cargo.toml +++ b/splashsurf/Cargo.toml @@ -20,7 +20,7 @@ fern = "0.7" chrono = "0.4.20" anyhow = "1.0" rayon = "1.7" -bytemuck = "1.9" +bytemuck = "1.23" regex = "1.5.5" walkdir = "2" lexical-sort = "0.3" diff --git a/splashsurf_lib/Cargo.toml b/splashsurf_lib/Cargo.toml index 1a8f3baf..5d59828e 100644 --- a/splashsurf_lib/Cargo.toml +++ b/splashsurf_lib/Cargo.toml @@ -45,7 +45,7 @@ dashmap = "6.1.0" fxhash = "0.2" bitflags = "2.4" arrayvec = "0.7" -bytemuck = { version = "1.9", features = ["extern_crate_alloc"] } +bytemuck = { version = "1.23", features = ["extern_crate_alloc"] } bytemuck_derive = "1.3" numeric_literals = "0.2" rstar = "0.12"