From 1b4e582508d943b1ce1f901f0e39d6a0f9c2ca1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:43:10 +0000 Subject: [PATCH] build(deps): bump bitflags from 2.4.0 to 2.4.1 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.4.0...2.4.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- ad9959/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a2832ef8..864b2ac90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ name = "ad9959" version = "0.2.0" dependencies = [ "bit_field", - "bitflags 2.4.0", + "bitflags 2.4.1", "bytemuck", "embedded-hal", ] @@ -92,9 +92,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" +checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "bytemuck" diff --git a/ad9959/Cargo.toml b/ad9959/Cargo.toml index c53f5c9fd..75a0809ad 100644 --- a/ad9959/Cargo.toml +++ b/ad9959/Cargo.toml @@ -13,4 +13,4 @@ documentation = "https://docs.rs/ad9959/" embedded-hal = {version = "0.2.7", features = ["unproven"]} bit_field = "0.10.2" bytemuck = "1.14.0" -bitflags = "2.4.0" +bitflags = "2.4.1"