node-replicated-kernel icon indicating copy to clipboard operation
node-replicated-kernel copied to clipboard

Update uefi requirement from 0.15 to 0.24 in /kernel

Open dependabot[bot] opened this issue 2 years ago • 0 comments

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[bot] avatar Jun 22 '23 00:06 dependabot[bot]