From 1c4d08b71366fca1d9f1f4e6be115b99636ec782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:15:33 +0000 Subject: [PATCH] build(deps): bump bytemuck from 1.14.0 to 1.14.3 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.0 to 1.14.3. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.14.0...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 ++-- ad9959/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cff252bfb..b080ff7d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.14.0" +version = "1.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" +checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" [[package]] name = "byteorder" diff --git a/ad9959/Cargo.toml b/ad9959/Cargo.toml index 596ec9cff..90ed6b586 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.14.0" +bytemuck = "1.14.3" bitflags = "2.4.2"