Skip to content

Commit 094e447

Browse files
chore(deps): bump bitflags from 2.11.1 to 2.12.1
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.11.1 to 2.12.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.11.1...2.12.1) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b73fc1 commit 094e447

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

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

src/hyperlight_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workspace = true
1717
[dependencies]
1818
arbitrary = {version = "1.4.2", optional = true, features = ["derive"]}
1919
anyhow = { version = "1.0.102", default-features = false }
20-
bitflags = "2.10.0"
20+
bitflags = "2.12.1"
2121
bytemuck = { version = "1.24", features = ["derive"] }
2222
flatbuffers = { version = "25.12.19", default-features = false }
2323
log = "0.4.30"

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ blake3 = "1.8.5"
3434
bytemuck = { version = "1.24", features = ["derive"] }
3535
page_size = "0.6.0"
3636
termcolor = "1.2.0"
37-
bitflags = "2.11.1"
37+
bitflags = "2.12.1"
3838
log = "0.4.30"
3939
opentelemetry = { version = "0.32.0", optional = true }
4040
tracing = { version = "0.1.44", features = ["log"] }

0 commit comments

Comments
 (0)