Skip to content

Commit

Permalink
build(deps): bump uefi from 0.32.0 to 0.33.0
Browse files Browse the repository at this point in the history
Bumps [uefi](https://github.com/rust-osdev/uefi-rs) from 0.32.0 to 0.33.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-v0.32.0...uefi-v0.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 51376ae commit f6c82b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hermit-dtb = { version = "0.1" }
goblin = { version = "0.9", default-features = false, features = ["elf64"] }

[target.'cfg(target_os = "uefi")'.dependencies]
uefi = { version = "0.32", features = ["alloc", "panic_handler", "qemu"] }
uefi = { version = "0.33", features = ["alloc", "panic_handler", "qemu"] }
qemu-exit = "3"

[target.'cfg(target_arch = "riscv64")'.dependencies]
Expand Down

0 comments on commit f6c82b0

Please sign in to comment.