From bec9f67a67e4cab6224f8bb55e6013f53cf5f3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:53:38 +0000 Subject: [PATCH] build(deps): bump bytemuck from 1.14.0 to 1.15.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.14.0...v1.15.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 cff252bfb..9223a7567 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" +checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" [[package]] name = "byteorder" diff --git a/ad9959/Cargo.toml b/ad9959/Cargo.toml index 596ec9cff..c850d7de0 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.15.0" bitflags = "2.4.2"