From 3216bf977e5b568dbeb6f3ba9b48825f90f64fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 01:25:50 +0000 Subject: [PATCH] build(deps): bump bytemuck from 1.14.2 to 1.14.3 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.2 to 1.14.3. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.14.2...v1.14.3) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-patch ... 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..e01196cbde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,9 +911,9 @@ checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" [[package]] name = "bytemuck" -version = "1.14.2" +version = "1.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea31d69bda4949c1c1562c1e6f042a1caefac98cdc8a298260a2ff41c1e2d42b" +checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" dependencies = [ "bytemuck_derive", ] diff --git a/Cargo.toml b/Cargo.toml index d4c48c23d5..4f3850727f 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.14.3" byteorder = "1.5.0" bytes = "1.5" bzip2 = "0.4.4"