Skip to content

Commit

Permalink
build(deps): bump uefi-raw from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.8.0 to 0.9.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.8.0...uefi-raw-v0.9.0)

---
updated-dependencies:
- dependency-name: uefi-raw
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 18cbbb9 commit 2597ad7
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 @@ -47,7 +47,7 @@ derive_more.workspace = true
log.workspace = true
ptr_meta.workspace = true
multiboot2-common.workspace = true
uefi-raw = { version = "~0.8.0", default-features = false }
uefi-raw = { version = "~0.9.0", default-features = false }

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

0 comments on commit 2597ad7

Please sign in to comment.