From b2c8b9b7db2ed9382985f97399c456bfeaae9ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:16:23 +0000 Subject: [PATCH] build(deps): bump bytemuck from 1.14.2 to 1.15.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.2 to 1.15.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.14.2...v1.15.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 cbba36ccc8..3adeb39e72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,9 +911,9 @@ checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" [[package]] name = "bytemuck" -version = "1.14.2" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea31d69bda4949c1c1562c1e6f042a1caefac98cdc8a298260a2ff41c1e2d42b" +checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" dependencies = [ "bytemuck_derive", ] diff --git a/Cargo.toml b/Cargo.toml index d4c48c23d5..00eab13eab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -164,7 +164,7 @@ bs58 = "0.4.0" bv = "0.11.1" byte-unit = "4.0.19" bytecount = "0.6.7" -bytemuck = "1.14.2" +bytemuck = "1.15.0" byteorder = "1.5.0" bytes = "1.5" bzip2 = "0.4.4"