Skip to content

Commit 4f9c3c9

Browse files
build(deps): bump uefi-raw from 0.3.0 to 0.5.2
Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.3.0 to 0.5.2. - [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md) - [Commits](rust-osdev/uefi-rs@uefi-raw-v0.3.0...uefi-raw-v0.5.2) --- updated-dependencies: - dependency-name: uefi-raw dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2275f4 commit 4f9c3c9

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.3", default-features = false }
52+
uefi-raw = { version = "=0.5", default-features = false }
5353
ptr_meta = { version = "0.2", default-features = false }
5454

5555
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)