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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

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

Changelog

Sourced from uefi-services's changelog.

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

Changed

uefi - 0.19.1 (2023-02-04)

Added

  • Added table::boot::PAGE_SIZE constant.

Changed

  • Fixed several protocol functions so that they work with unsized protocols (like DevicePath): BootServices::locate_device_path, BootServices::get_handle_for_protocol, BootServices::test_protocol, BootServices::find_handles, and SearchType::from_proto.
  • Fixed a warning printed when using uefi as a dependency: "the following packages contain code that will be rejected by a future version".

uefi - 0.19.0 (2023-01-16)

Added

  • Implementations for the trait EqStrUntilNul now allow ?Sized inputs. This means that you can write some_cstr16.eq_str_until_nul("test") instead of some_cstr16.eq_str_until_nul(&"test") now.
  • Added TryFrom<core::ffi::CStr> implementation for CStr8.
  • Added Directory::read_entry_boxed which works similar to File::get_boxed_info. This allows easier iteration over the entries in a directory. (requires the alloc feature)
  • Added Directory::read_entry_boxed_in and File::get_boxed_info_in that use the allocator_api feature. (requires the unstable and alloc features)
  • Added an core::error::Error implementation for Error to ease integration with error-handling crates. (requires the unstable feature)
  • Added partial support for the TCG protocols for TPM devices under uefi::proto::tcg.

Changed

  • UnalignedSlice now implements Clone, and the Debug impl now prints the elements instead of the internal fields.
  • The unstable negative_impls feature is no longer required to use this library.
  • BootServices::memory_map() now returns MemoryMapIter instead of impl Iterator which simplifies usage.
  • BootServices::exit_boot_services() now returns MemoryMapIter instead of impl Iterator which simplifies usage.
  • GraphicsOutput::modes() now returns ModesIter instead of impl Iterator which simplifies usage.

... (truncated)

Commits

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 Mar 21, 2023
Updates the requirements on [uefi-services](https://github.com/rust-osdev/uefi-rs) to permit the latest version.
- [Release notes](https://github.com/rust-osdev/uefi-rs/releases)
- [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.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/bootloader/uefi-services-0.17 branch from 793ebd6 to b12f73c Compare April 17, 2023 20:55
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2023

Superseded by #300.

@dependabot dependabot bot closed this May 16, 2023
@dependabot dependabot bot deleted the dependabot/cargo/bootloader/uefi-services-0.17 branch May 16, 2023 00:58
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.

2 participants