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"