From 9f91b56cf30fb1256750ec1dc52b5869ccecf4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:07:23 +0000 Subject: [PATCH] build(deps): 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 0470e48b7..0b295538b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,9 +1009,9 @@ checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" [[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" dependencies = [ "bytemuck_derive", ] diff --git a/Cargo.toml b/Cargo.toml index 7ada52794..0d10527f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ async_fn_traits = "0.1.1" base64 = { version = "0.22.1", default-features = false } bitflags = { version = "2.6.0", default-features = false } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } -bytemuck = { version = "1.17.0", default-features = false, features = ["derive", "must_cast"] } +bytemuck = { version = "1.18.0", default-features = false, features = ["derive", "must_cast"] } cfg-if = { version = "1.0.0" } # When upgrading clap, beware text output changes causing integration tests to fail. clap = { version = "4.2.4", default-features = false, features = ["cargo", "deprecated", "derive", "help", "std", "suggestions", "usage", "wrap_help"] }