From 8cfcfa744990fb17521b1a7a5c1645bb737d700d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 02:53:09 +0000 Subject: [PATCH] build: Bump bitflags from 2.4.1 to 2.4.2 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.1 to 2.4.2. - [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.1...2.4.2) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc8ee491..4940a898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,9 +37,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.1" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" +checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "cc" @@ -122,7 +122,7 @@ version = "0.4.2" dependencies = [ "aarch64-cpu", "atomic_refcell", - "bitflags 2.4.1", + "bitflags 2.4.2", "chrono", "dirs", "fdt", @@ -355,7 +355,7 @@ version = "0.38.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" dependencies = [ - "bitflags 2.4.1", + "bitflags 2.4.2", "errno", "libc", "linux-raw-sys", @@ -627,7 +627,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b835097a84e4457323331ec5d6eb23d096066cbfb215d54096dcb4b2e85f500" dependencies = [ "bit_field", - "bitflags 2.4.1", + "bitflags 2.4.2", "rustversion", "volatile", ] diff --git a/Cargo.toml b/Cargo.toml index 86b6de88..d49c25f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ coreboot = [] efi-var = [] [dependencies] -bitflags = "2.4.1" +bitflags = "2.4.2" atomic_refcell = "0.1.13" r-efi = { version = "4.3.0", features = ["efiapi"] } linked_list_allocator = "0.10.4"