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

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

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

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

Bumps [r-efi](https://github.com/r-efi/r-efi) from 4.2.0 to 4.3.0.
- [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.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: r-efi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 19, 2023
Copy link

@cloud-hypervisor-bot cloud-hypervisor-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beep boop! I am also a 🤖 - let's join forces!

@dependabot merge

@dependabot dependabot bot merged commit bd072ef into main Oct 19, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/r-efi-4.3.0 branch October 19, 2023 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant