From f58251c9ad3caaebe6050c0c3d87b912f24e6175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 04:15:22 +0000 Subject: [PATCH] Bump bytemuck from 1.13.1 to 1.14.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.13.1 to 1.14.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.13.1...v1.14.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 cadd885..75c0c83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,9 +160,9 @@ checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" [[package]] name = "bytemuck" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" +checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" [[package]] name = "bytemuck_derive" diff --git a/splashsurf/Cargo.toml b/splashsurf/Cargo.toml index c6ef510..9468da5 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.14" regex = "1" walkdir = "2" lexical-sort = "0.3" diff --git a/splashsurf_lib/Cargo.toml b/splashsurf_lib/Cargo.toml index 5a6ba83..c3abb54 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 = "1.9" +bytemuck = "1.14" bytemuck_derive = "1.3" numeric_literals = "0.2" rstar = "0.11"