rust-osdev / uefi-rs

Rusty wrapper for the Unified Extensible Firmware Interface (UEFI). This crate makes it easy to develop Rust software that leverages safe, convenient, and performant abstractions for UEFI functionality.
https://rust-osdev.com/uefi-book
Mozilla Public License 2.0
1.29k stars 155 forks source link

chore(deps): update rust crate ptr_meta to 0.3.0 #1401

Closed renovate[bot] closed 8 hours ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Type Update Change
ptr_meta workspace.dependencies minor 0.2.0 -> 0.3.0

Release Notes

rkyv/ptr_meta (ptr_meta) ### [`v0.3.0`](https://redirect.github.com/rkyv/ptr_meta/blob/HEAD/CHANGELOG.md#030) [Compare Source](https://redirect.github.com/rkyv/ptr_meta/compare/0.2.0...0.3.0) - Implement `Pointee` for `dyn core::error::Error` - Add impls for trait objects plus `Send` and `Sync` - Replace `PtrExt` and `NonNullExt` with free functions - Fix `DynMetadata` implementation under MIRI - Add `crate = ..` derive argument - Update syn to 2 - Set MSRV to 1.81

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 is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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

nicholasbishop commented 8 hours ago

Closing this for now -- it requires Rust 1.81, per our msrv policy we can do this update when 1.83 is released

renovate[bot] commented 8 hours ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.3.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.