Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update uefi requirement from 0.15 to 0.24 in /lib/bootloader_shared #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2023

Updates the requirements on uefi to permit the latest version.

Changelog

Sourced from uefi's changelog.

uefi - 0.24.0 (2023-06-20)

Added

  • DevicePath::to_boxed, DevicePath::to_owned, and DevicePath::as_bytes
  • DevicePathInstance::to_boxed, DevicePathInstance::to_owned, and DevicePathInstance::as_bytes
  • DevicePathNode::data
  • Added Event::from_ptr, Event::as_ptr, and Handle::as_ptr.
  • Added ScopedProtocol::get and ScopedProtocol::get_mut to access potentially-null interfaces without panicking.
  • DevicePath::to_string and DevicePathNode::to_string

Changed

  • Renamed LoadImageSource::FromFilePath to LoadImageSource::FromDevicePath
  • The Deref and DerefMut impls for ScopedProtocol will now panic if the interface pointer is null.

uefi-services - 0.21.0 (2023-06-20)

Changed

  • Updated to latest version of uefi.

uefi - 0.23.0 (2023-06-04)

Changed

  • Fixed function signature bug in BootServices::install_configuration_table.

uefi-services - 0.20.0 (2023-06-04)

Changed

  • Updated to latest version of uefi.

uefi - 0.22.0 (2023-06-01)

Added

  • Added BootServices::install_configuration_table.

Changed

  • Renamed FileSystemIOErrorContext to IoErrorContext.
  • ResetType is now a newtype-enum instead of a Rust enum. Its members now have upper-case names.
  • PointerMode and PointerState now contain arrays rather than tuples, as tuples are not FFI safe.
  • RegularFile::read no longer returns Option<usize> in error data. A BUFFER_TOO_SMALL error can only occur when reading a directory, not a file.
  • RegularFile::read now reads in 1 MiB chunks to avoid a bug in some

... (truncated)

Commits
  • bc0c6b5 chore: Release
  • 5e5c793 Bump uefi-raw version
  • 849de77 chore: Release
  • ea968e1 device_path: add to_string() for more convenience
  • 38f2c3a uefi-raw: derive all the things
  • ac46bf0 Merge pull request #865 from nicholasbishop/bishop-more-boot-fns
  • 3246161 uefi-raw: Fill in a few more BootServices function pointers
  • d21fdc5 Merge pull request #870 from nicholasbishop/bishop-raw-system-table
  • 01cc917 uefi-raw: Add SystemTable
  • 12e4a20 uefi-raw: Add more derives for Revision and Header
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 22, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/lib/bootloader_shared/uefi-0.24 branch from 14d472b to c09af5a Compare July 3, 2023 15:23
Updates the requirements on [uefi](https://github.com/rust-osdev/uefi-rs) to permit the latest version.
- [Changelog](https://github.com/rust-osdev/uefi-rs/blob/main/CHANGELOG.md)
- [Commits](rust-osdev/uefi-rs@uefi-services-v0.15.0...uefi-v0.24.0)

---
updated-dependencies:
- dependency-name: uefi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/lib/bootloader_shared/uefi-0.24 branch from c09af5a to c44552c Compare July 16, 2023 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-not-required dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant