From ed63687b2fd4d21b446794a36c7288f477297b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:15:54 +0000 Subject: [PATCH] Bump bytemuck from 1.17.0 to 1.18.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.17.0 to 1.18.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.17.0...v1.18.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 f60b3fb2..53ef8b2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,9 +429,9 @@ checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" [[package]] name = "bytemuck" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd4c6dcc3b0aea2f5c0b4b82c2b15fe39ddbc76041a310848f4706edf76bb31" +checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" [[package]] name = "byteorder" diff --git a/Cargo.toml b/Cargo.toml index 1b4a9181..b2df2809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ regex = "1.10.6" itertools = "0.13.0" serde = { version = "1.0.209", features = ["derive"] } serde_json = "1.0.128" -bytemuck = "1.17.0" +bytemuck = "1.18.0" serde_with = { version = "3.9.0", features = ["base64", "hex"] } scrypt-jane = { git = "https://github.com/spacemeshos/scrypt-jane-rs", branch = "main" }