From dfe9c2ec6b2931a4cc79e7ae2a4b5fd9ccddb685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:02:27 +0000 Subject: [PATCH] build(deps): bump bitflags from 2.9.4 to 2.10.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.9.4 to 2.10.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.9.4...2.10.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f494613b..35216485 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "bitflags" -version = "2.9.4" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "either" diff --git a/Cargo.toml b/Cargo.toml index 8158eb64..a85d9cf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ package.license = "MIT/Apache-2.0" [workspace.dependencies] # Dependencies of multiboot2 et al. -bitflags = { version = "2.9", default-features = false } +bitflags = { version = "2.10", default-features = false } log = { version = "~0.4", default-features = false } ptr_meta = { version = "~0.3", default-features = false } thiserror = { version = "2.0", default-features = false }