Skip to content

Commit

Permalink
build: Bump r-efi from 4.4.0 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [r-efi](https://github.com/r-efi/r-efi) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/r-efi/r-efi/releases)
- [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md)
- [Commits](r-efi/r-efi@v4.4.0...v4.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cloud-hypervisor-bot committed May 24, 2024
1 parent 085105c commit 7b2800b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ efi-var = []
[dependencies]
bitflags = "2.5.0"
atomic_refcell = "0.1.13"
r-efi = { version = "4.4.0", features = ["efiapi"] }
r-efi = { version = "4.5.0", features = ["efiapi"] }
heapless = "0.8.0"

[target.'cfg(target_arch = "aarch64")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/efi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ pub extern "efiapi" fn install_multiple_protocol_interfaces(
}

pub extern "efiapi" fn uninstall_multiple_protocol_interfaces(
_: *mut Handle,
_: Handle,
_: *mut c_void,
_: *mut c_void,
) -> Status {
Expand Down

0 comments on commit 7b2800b

Please sign in to comment.