Skip to content

Commit d1a3b80

Browse files
chore(deps): bump bitflags from 2.12.1 to 2.13.0 (#1516)
* chore(deps): bump bitflags from 2.12.1 to 2.13.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.12.1 to 2.13.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.12.1...2.13.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update guest Cargo.lock file Automatically updated by dependabot-update-guest-locks workflow. Triggered by: chore(deps): bump bitflags from 2.12.1 to 2.13.0 Signed-off-by: dependabot-pr-auto-approver[bot] <207571483+dependabot-pr-auto-approver[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot-pr-auto-approver[bot] <207571483+dependabot-pr-auto-approver[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-pr-auto-approver[bot] <207571483+dependabot-pr-auto-approver[bot]@users.noreply.github.com>
1 parent 073ece5 commit d1a3b80

4 files changed

Lines changed: 30 additions & 30 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.12.1"
20+
bitflags = "2.13.0"
2121
bytemuck = { version = "1.24", features = ["derive"] }
2222
flatbuffers = { version = "25.12.19", default-features = false }
2323
log = "0.4.32"

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.12.1"
37+
bitflags = "2.13.0"
3838
log = "0.4.32"
3939
opentelemetry = { version = "0.32.0", optional = true }
4040
tracing = { version = "0.1.44", features = ["log"] }

src/tests/rust_guests/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.

0 commit comments

Comments
 (0)