From 034e5fe7b63c0f9a9ab14783bd0a60961b05f07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 04:48:14 +0000 Subject: [PATCH] Bump bytemuck from 1.14.3 to 1.15.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.3 to 1.15.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.14.3...v1.15.0) --- updated-dependencies: - dependency-name: bytemuck 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 5cf2685..4fbcef0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,9 +151,9 @@ checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" [[package]] name = "bytemuck" -version = "1.14.3" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" +checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" [[package]] name = "bytemuck_derive" diff --git a/splashsurf/Cargo.toml b/splashsurf/Cargo.toml index 8e88333..c4193d3 100644 --- a/splashsurf/Cargo.toml +++ b/splashsurf/Cargo.toml @@ -20,7 +20,7 @@ fern = "0.6" chrono = "0.4.20" anyhow = "1.0" rayon = "1.7" -bytemuck = "1.9" +bytemuck = "1.15" regex = "1.5.5" walkdir = "2" lexical-sort = "0.3" diff --git a/splashsurf_lib/Cargo.toml b/splashsurf_lib/Cargo.toml index 9c0bf2b..0e558f7 100644 --- a/splashsurf_lib/Cargo.toml +++ b/splashsurf_lib/Cargo.toml @@ -51,7 +51,7 @@ fxhash = "0.2" bitflags = "2.4" smallvec = { version = "1.11", features = ["union"] } arrayvec = "0.7" -bytemuck = { version = "1.9", features = ["extern_crate_alloc"] } +bytemuck = { version = "1.15", features = ["extern_crate_alloc"] } bytemuck_derive = "1.3" numeric_literals = "0.2" rstar = "0.12"