Skip to content

Commit

Permalink
build(deps): bump uefi-raw from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 93cec3c commit d132c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion multiboot2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ multiboot2-common.workspace = true
# bumps from uefi-raw, I restrict this here. Upstream users are likely to have
# two versions of this library in it, which is no problem, as we only use the
# type definition.
uefi-raw = { version = "~0.7", default-features = false }
uefi-raw = { version = "~0.8", default-features = false }

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

0 comments on commit d132c35

Please sign in to comment.