From d931351424d3b3ea9dab21eb04bf7f49b100ef82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 00:33:12 +0000 Subject: [PATCH] Bump bytemuck from 1.22.0 to 1.23.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.22.0 to 1.23.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: bytemuck dependency-version: 1.23.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 806f962..07fa325 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" [[package]] name = "bytemuck" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" +checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index 3f751fd..ff3ef20 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.21", default-features = false, features = ["extern_crate_alloc"] } +bytemuck = { version = "^1.23", 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 }