From c7bf9f3164ba3e44a3bff8767d7f388097ffa30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:29:56 +0000 Subject: [PATCH] Bump bytemuck from 1.24.0 to 1.25.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.24.0 to 1.25.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: bytemuck dependency-version: 1.25.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 0f6e5cb..c0b55b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,9 +65,9 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" [[package]] name = "bytemuck" -version = "1.24.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" +checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index 81b9583..f63ef6d 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.24", default-features = false, features = ["extern_crate_alloc"] } +bytemuck = { version = "^1.25", default-features = false, features = ["extern_crate_alloc"] } dyn-clone = { version = "^1.0", default-features = false } dyn-hash = { version = "^1.0", default-features = false } hashbrown = { version = "^0.17", features = ["default-hasher"], default-features = false }