Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

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/kernel/uefi-0.24 branch from e543588 to 2293c19 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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/kernel/uefi-0.24 branch from 2293c19 to 17cd144 Compare July 16, 2023 21:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2025

Superseded by #351.

@dependabot dependabot bot closed this Jul 17, 2025
@dependabot dependabot bot deleted the dependabot/cargo/kernel/uefi-0.24 branch July 17, 2025 16:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant