From 9eb65d633d38fb1a0ea2df87c27656749596eb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:08:34 +0000 Subject: [PATCH] Bump bytemuck from 1.23.2 to 1.24.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.23.2 to 1.24.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.23.2...v1.24.0) --- updated-dependencies: - dependency-name: bytemuck dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43abb30..10121db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,9 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" [[package]] name = "bytemuck" -version = "1.23.2" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677" +checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index 634d1a1..3a6aaf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" anyhow = { version = "^1.0", default-features = false } async-recursion = { version = "^1.0", default-features = false } async-trait = { version = "^0.1", default-features = false } -bytemuck = { version = "^1.23", default-features = false, features = ["extern_crate_alloc"] } +bytemuck = { version = "^1.24", default-features = false, features = ["extern_crate_alloc"] } dyn-clone = { version = "^1.0", default-features = false } dyn-hash = { version = "^0.2", default-features = false } hashbrown = { version = "^0.15", features = ["default-hasher"], default-features = false }