Skip to content

Commit 310a25b

Browse files
build(deps): bump uefi-raw from 0.5.2 to 0.6.0
Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/rust-osdev/uefi-rs/releases) - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](rust-osdev/uefi-rs@uefi-raw-v0.5.2...uefi-raw-v0.6.0) --- updated-dependencies: - dependency-name: uefi-raw dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49dd3c8 commit 310a25b

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.

multiboot2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ log.workspace = true
4949
# bumps from uefi-raw, I restrict this here. Upstream users are likely to have
5050
# two versions of this library in it, which is no problem, as we only use the
5151
# type definition.
52-
uefi-raw = { version = "~0.5", default-features = false }
52+
uefi-raw = { version = "~0.6", default-features = false }
5353
ptr_meta = { version = "~0.2", default-features = false }
5454

5555
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)