From 0e3f510b72091ba5ffdbc370787f159911ba3a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:25:29 +0000 Subject: [PATCH] Bump bytemuck from 1.20.0 to 1.21.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.20.0 to 1.21.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: bytemuck 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 6c93fd8..e47216e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,9 +138,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytemuck" -version = "1.20.0" +version = "1.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" +checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index de39034..86e6f16 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.20", default-features = false, features = ["extern_crate_alloc"] } +bytemuck = { version = "^1.21", 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 }