From 52e8b728046b76fc724eaf4cff31709a72a1960f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:40:29 +0000 Subject: [PATCH] build(deps): bump bytemuck from 1.18.0 to 1.19.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.18.0 to 1.19.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ad9959/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99334bca9..f8191ab20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,9 +77,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" +checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" [[package]] name = "byteorder" diff --git a/ad9959/Cargo.toml b/ad9959/Cargo.toml index 8bdec773b..006ff85c6 100644 --- a/ad9959/Cargo.toml +++ b/ad9959/Cargo.toml @@ -12,5 +12,5 @@ documentation = "https://docs.rs/ad9959/" [dependencies] embedded-hal = {version = "0.2.7", features = ["unproven"]} bit_field = "0.10.2" -bytemuck = "1.18.0" +bytemuck = "1.19.0" bitflags = "2.6.0"