Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust Dependency: Update r-efi requirement from 4.3.0 to 5.0.0 #558

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2024

Updates the requirements on r-efi to permit the latest version.

Release notes

Sourced from r-efi's releases.

r-efi-4.5.0

# r-efi - UEFI Reference Specification Protocol Constants and Definitions

CHANGES WITH 4.5.0:

* Implement or derive more standard traits for UEFI base types. In
  particular, implement `[Partial]Eq`, `Hash`, `[Partial]Ord` for
  `Boolean`, `Status`, `Guid`, and network address types.
  • Fix the signature of BootUninstallMultipleProtocolInterfaces to
    match the UEFI specification. Note that it uses var-args and is thus
    not fully usable from stable Rust.

Contributions from: Ayush Singh, David Rheinsberg, John Schock

  • Dußlingen, 2024-05-23

Changelog

Sourced from r-efi's changelog.

CHANGES WITH 4.5.0:

    * Implement or derive more standard traits for UEFI base types. In
      particular, implement `[Partial]Eq`, `Hash`, `[Partial]Ord` for
      `Boolean`, `Status`, `Guid`, and network address types.
* Fix the signature of `BootUninstallMultipleProtocolInterfaces` to
  match the UEFI specification. Note that it uses var-args and is thus
  not fully usable from stable Rust.

Contributions from: Ayush Singh, David Rheinsberg, John Schock

  • Dußlingen, 2024-05-23

CHANGES WITH 4.4.0:

    * Add definitions for `UNACCEPTED_MEMORY_TYPE`, media device subtypes
      for device paths, before-EBS and after-RTB event groups, missing
      memory attributes.
* Add memory masks for common memory attribute classes. The symbol
  names are takend from EDK2, yet their purpose is defined in the
  specification.
  • New protocols: platform_driver_override, bus_specific_driver_override,
    driver_family_override, load_file, load_file2, pci-io

Contributions from: David Rheinsberg, Dmitry Mostovenko, John Schock,
Michael Kubacki

  • Dußlingen, 2024-03-27

CHANGES WITH 4.3.0:

    * Change alignment of `Guid` to 4 (was 8 before). This deviates from
      the specification, but aligns with EDK2. This should fix alignment
      mismatches when combining r-efi with EDK2, or other UEFI
      implementations.
* `Guid` gained a new constructor `from_bytes()` to allow creating
  GUID-abstractions from foreign types based on the standardized
  memory representation.
  • Add all configuration-table GUIDs mentioned in the spec. These are
    often rooted in external specifications, but are strongly related
    to UEFI.

  • Add configuration-table definitions for RT_PROPERTIES and
    CONFORMANCE_PROFILES.

... (truncated)

Commits
  • 5e0ace8 r-efi: release v4.5.0
  • cebd64f base: derive standard traits for ip-addresses
  • f323db1 base: derive more standard traits for Guid
  • a77831b base: derive more traits for Status
  • a9faa7d base: implement standard traits for Boolean
  • 62cf46e ci: drop rustfmt
  • 4957e02 system: fix signature of BootUninstallMultipleProtocolInterfaces
  • 968a90d r-efi: release v4.4.0
  • 7b9db7b build: prepare upcoming release
  • 32890b1 system: add common memory attribute masks
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [r-efi](https://github.com/r-efi/r-efi) to permit the latest version.
- [Release notes](https://github.com/r-efi/r-efi/releases)
- [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md)
- [Commits](r-efi/r-efi@v4.3.0...v4.5.0)

---
updated-dependencies:
- dependency-name: r-efi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added type:dependabot Created by dependabot type:dependencies Pull requests that update a dependency file labels Aug 23, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (release/202405@7c645ec). Learn more about missing BASE report.

Additional details and impacted files
@@                Coverage Diff                @@
##             release/202405     #558   +/-   ##
=================================================
  Coverage                  ?   11.03%           
=================================================
  Files                     ?      145           
  Lines                     ?    22166           
  Branches                  ?     2370           
=================================================
  Hits                      ?     2445           
  Misses                    ?    19688           
  Partials                  ?       33           
Flag Coverage Δ
AdvLoggerPkg 4.04% <ø> (?)
HidPkg 2.80% <ø> (?)
MfciPkg 39.37% <ø> (?)
MsCorePkg 1.39% <ø> (?)
MsWheaPkg 7.13% <ø> (?)
XmlSupportPkg 27.64% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@apop5 apop5 merged commit e1b570c into release/202405 Aug 24, 2024
28 checks passed
@apop5 apop5 deleted the dependabot/cargo/r-efi-5.0.0 branch August 24, 2024 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependabot Created by dependabot type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants