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 May 16, 2023

Updates the requirements on uefi-services to permit the latest version.

Changelog

Sourced from uefi-services's changelog.

uefi-services - 0.18.0 (2023-05-15)

  • Internal updates for changes in uefi.

uefi - 0.20.0 (2023-03-19)

As of this release, the UEFI crates work on the stable channel. This requires Rust 1.68 or higher.

Added

  • Added the ComponentName1 and ComponentName2 protocols. The ComponentName wrapper will automatically select ComponentName2 if available, and fall back to ComponentName1 otherwise.
  • FileType, FileHandle, RegularFile, and Directory now implement Debug.
  • Added RuntimeServices::delete_variable() helper method.
  • Implement Borrow for CString16 and ToOwned for CStr16.
  • Every public struct now implements Debug. Exceptions are cases when there is no sensible way of presenting a useful Debug representation, such as for Unions.

Changed

  • SystemTable::exit_boot_services now takes no parameters and handles the memory map allocation itself. Errors are now treated as unrecoverable and will cause the system to reset.
  • Re-export the cstr8, cstr16, and entry macros from the root of the uefi crate.
  • HandleBuffer and ProtocolsPerHandle now implement Deref. The HandleBuffer::handles and ProtocolsPerHandle::protocols methods have been deprecated.
  • Removed 'boot lifetime from the GraphicsOutput, Output, Pointer, and Serial protocols.
  • The generic type Data of uefi::Error<Data: Debug> doesn't need to be Display to be compatible with core::error::Error. Note that the error Trait requires the unstable feature.
  • deprecation removals:
    • interfaces BootServices::locate_protocol and BootServices::handle_protocol were removed. BootServices::open_protocol and BootServices::open_protocol_exclusive are better variants and available since EFI 1.10 (2002).
    • ScopedProtocol::interface is not public anymore. Use the Deref trait.

uefi-macros - 0.11.0 (2023-03-19)

Changed

  • Errors produced by the entry macro have been improved.

uefi-services - 0.17.0 (2023-03-19)

... (truncated)

Commits
  • 1f92b21 chore: Release
  • a298234 Bump uefi version
  • 0965660 chore: Release
  • bb2f56b uefi: Bump uefi-macros version
  • 148d438 chore: Release
  • e6803d7 allocator: Use appropriate memory types
  • 9dbdfe9 loaded_image: Provide getters for memory types
  • 816d39c Merge pull request #803 from nicholasbishop/bishop-disable-debug-supp-aarch64
  • 94bd9aa Disable multi-processor test on aarch64
  • 182bda4 Disable DebugSupport protocol test on aarch64
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 16, 2023
Updates the requirements on [uefi-services](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.12.1...uefi-services-v0.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/bootloader/uefi-services-0.18 branch from b1833e7 to f4b7101 Compare May 23, 2023 18:14
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 22, 2023

Superseded by #311.

@dependabot dependabot bot closed this Jun 22, 2023
@dependabot dependabot bot deleted the dependabot/cargo/bootloader/uefi-services-0.18 branch June 22, 2023 00:57
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