diff --git a/Cargo.lock b/Cargo.lock index d5baa3132..b28af330b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,9 +955,9 @@ checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" [[package]] name = "bytemuck" -version = "1.16.3" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83" +checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2" [[package]] name = "byteorder" diff --git a/crates/core/executor/Cargo.toml b/crates/core/executor/Cargo.toml index 50bd5d750..b7f1feda3 100644 --- a/crates/core/executor/Cargo.toml +++ b/crates/core/executor/Cargo.toml @@ -41,7 +41,7 @@ strum_macros = "0.26.4" strum = "0.26.3" log = "0.4.22" hex = "0.4.3" -bytemuck = "1.16.3" +bytemuck = "1.17.1" tiny-keccak = { version = "2.0.2", features = ["keccak"] } vec_map = { version = "0.8.2", features = ["serde"] } diff --git a/crates/core/machine/Cargo.toml b/crates/core/machine/Cargo.toml index ac01767a9..dd98420e9 100644 --- a/crates/core/machine/Cargo.toml +++ b/crates/core/machine/Cargo.toml @@ -65,7 +65,7 @@ rayon-scan = "0.1.1" thiserror = "1.0.63" num-bigint = { version = "0.4.6", default-features = false } rand = "0.8.5" -bytemuck = "1.16.0" +bytemuck = "1.17.1" hashbrown = { version = "0.14.5", features = ["serde", "inline-more"] } static_assertions = "1.1.0"