Skip to content

Commit

Permalink
build(deps): bump uefi-raw from 0.3.0 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [uefi-raw](https://github.com/rust-osdev/uefi-rs) from 0.3.0 to 0.5.0.
- [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.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 Nov 13, 2023
1 parent a28ae27 commit 820c32a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -45,7 +45,7 @@ bitflags.workspace = true
derive_more.workspace = true
log.workspace = true

uefi-raw = { version = "0.3", default-features = false }
uefi-raw = { version = "0.5", default-features = false }
ptr_meta = { version = "0.2", default-features = false }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 820c32a

Please sign in to comment.