Skip to content

Commit dfe9c2e

Browse files
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](bitflags/bitflags@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] <[email protected]>
1 parent d3ddb65 commit dfe9c2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package.license = "MIT/Apache-2.0"
2222

2323
[workspace.dependencies]
2424
# Dependencies of multiboot2 et al.
25-
bitflags = { version = "2.9", default-features = false }
25+
bitflags = { version = "2.10", default-features = false }
2626
log = { version = "~0.4", default-features = false }
2727
ptr_meta = { version = "~0.3", default-features = false }
2828
thiserror = { version = "2.0", default-features = false }

0 commit comments

Comments
 (0)