cloud-hypervisor / rust-hypervisor-firmware

Apache License 2.0
608 stars 57 forks source link

build: Bump r-efi from 4.2.0 to 4.3.0 #288

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps r-efi from 4.2.0 to 4.3.0.

Changelog

Sourced from r-efi's changelog.

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.

* New protocols: hii_package_list, absolute_pointer

Contributions from: David Rheinsberg, John Schock, Michael Kubacki,
                    Nicholas Bishop

- Dußlingen, 2023-10-18

Commits
  • a762b60 ci: add release workflow
  • 8579f41 ci: drop 1.68 workaround
  • e4a0003 ci: update test workflow
  • 6a4f54a build: prepare upcoming 4.3.0 release
  • 7da9892 build: document MSRV
  • 2245fad build: order keywords alphabetically
  • bc057f1 build: strip authors from manifest
  • 5604c3f build: update AUTHORS file
  • 9e4df0a protocols/absolute_pointer: align with codebase
  • 719a967 protocols: Add absolute_pointer
  • Additional commits viewable in compare view


Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @cloud-hypervisor-bot.


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 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)