Skip to content

Commit d132c35

Browse files
build(deps): bump uefi-raw from 0.7.0 to 0.8.0
Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.7.0 to 0.8.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.7.0...uefi-raw-v0.8.0) --- 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 93cec3c commit d132c35

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
@@ -51,7 +51,7 @@ multiboot2-common.workspace = true
5151
# bumps from uefi-raw, I restrict this here. Upstream users are likely to have
5252
# two versions of this library in it, which is no problem, as we only use the
5353
# type definition.
54-
uefi-raw = { version = "~0.7", default-features = false }
54+
uefi-raw = { version = "~0.8", default-features = false }
5555

5656
[package.metadata.docs.rs]
5757
all-features = true

0 commit comments

Comments
 (0)