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

fix(deps): update rust crate uefi to 0.32.0 #385

Merged
merged 2 commits into from
Oct 16, 2024
Merged

fix(deps): update rust crate uefi to 0.32.0 #385

merged 2 commits into from
Oct 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

This PR contains the following updates:

Package Type Update Change
uefi dependencies minor 0.31.0 -> 0.32.0

Release Notes

rust-osdev/uefi-rs (uefi)

v0.32.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 23cacbe to 1d34394 Compare August 9, 2024 03:43
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Aug 9, 2024
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 5ade2d9 to 915c9f0 Compare August 16, 2024 00:09
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 9d62f1e to c9a2505 Compare August 27, 2024 21:31
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from aa141b4 to 6029b61 Compare September 6, 2024 19:47
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Sep 6, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bd9d710 to 732c75f Compare September 16, 2024 11:22
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 33173b1 to ec11ca3 Compare September 23, 2024 16:12
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from beba49f to 59b3e32 Compare October 1, 2024 18:48
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 363e667 to 80a26eb Compare October 15, 2024 16:34
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update rust crate uefi to 0.32.0 Oct 15, 2024
@blitz
Copy link
Member

blitz commented Oct 15, 2024

I've fixed the compilation errors. I'll look into the deprecation warnings to make clippy happy soon. If someone wants to take them before, go ahead! :)

@nicholasbishop @phip1611 What's the non-deprecated way to get the system table? system_table_boot seems like the obvious choice, but triggers a deprecation warning. I couldn't find the intended upgrade path in the migration docs or the changelog either.

@nicholasbishop
Copy link
Contributor

nicholasbishop commented Oct 15, 2024

For the most part you don't need to get the system table anymore; you can use the functions in the uefi::system module. An exception is when passing control off to another UEFI app. For that, uefi::table::system_table_raw can be used. (That function returns a raw pointer to uefi_raw::table::system::SystemTable, which is not deprecated.)

I've put up #400 to take care of most of these conversions.

Copy link
Contributor Author

renovate bot commented Oct 15, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@blitz blitz enabled auto-merge October 15, 2024 21:56
@blitz blitz added this pull request to the merge queue Oct 16, 2024
Merged via the queue into master with commit 9f04412 Oct 16, 2024
2 checks passed
@blitz blitz deleted the renovate/all branch October 16, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants