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-services to permit the latest version.

Changelog

Sourced from uefi-services's changelog.

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 firmware. This fix also applies to fs::FileSystem::read.

uefi-services - 0.19.0 (2023-06-01)

Changed

  • Internal updates for changes in uefi.

uefi - 0.21.0 (2023-05-15)

Added

  • There is a new fs module that provides a high-level API for file-system access. The API is close to the std::fs module. The module also provides a Path and a PathBuf abstraction that is similar to the ones from std::path. However, they are adapted for UEFI.
  • Multiple convenience methods for CString16 and CStr16, including:

... (truncated)

Commits
  • 14b1920 chore: Release
  • e044b73 Bump uefi version
  • 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
  • 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/bootloader/uefi-services-0.21 branch from b40c8d9 to a2702f0 Compare July 3, 2023 15:23
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.21.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.21 branch from a2702f0 to 624548e Compare July 16, 2023 21:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2025

Superseded by #354.

@dependabot dependabot bot closed this Jul 17, 2025
@dependabot dependabot bot deleted the dependabot/cargo/bootloader/uefi-services-0.21 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