From bfd2fc3ba7f4cdd8f2ffa49a72b54a925bc2abb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:42:27 +0000 Subject: [PATCH] build(deps): bump bitflags from 2.3.1 to 2.4.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.1 to 2.4.0. - [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.3.1...2.4.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca1f488d2..ea3d76368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,9 +73,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84" +checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" [[package]] name = "bitvec" @@ -847,7 +847,7 @@ dependencies = [ name = "uefi" version = "0.24.0" dependencies = [ - "bitflags 2.3.1", + "bitflags 2.4.0", "log", "ptr_meta", "ucs2", @@ -871,7 +871,7 @@ dependencies = [ name = "uefi-raw" version = "0.3.0" dependencies = [ - "bitflags 2.3.1", + "bitflags 2.4.0", "ptr_meta", "uguid", ] diff --git a/Cargo.toml b/Cargo.toml index 2e02e2cd7..c7dd34c56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ repository = "https://github.com/rust-osdev/uefi-rs" rust-version = "1.68" [workspace.dependencies] -bitflags = "2.0.0" +bitflags = "2.4.0" log = { version = "0.4.5", default-features = false } ptr_meta = { version = "0.2.0", default-features = false } uguid = "2.0.0"