Skip to content

Update Rust crate once_cell to 1.18.0

Renovate Bot requested to merge renovate/once_cell-1.x into main

This MR contains the following updates:

Package Type Update Change
once_cell dependencies minor 1.15.0 -> 1.18.0

Release Notes

matklad/once_cell (once_cell)

v1.18.0

Compare Source

  • MSRV is updated to 1.60.0 to take advantage of dep: syntax for cargo features, removing "implementation details" from publicly visible surface.

v1.17.2

Compare Source

  • Avoid unnecessary synchronization in Lazy::{force,deref}_mut(), #​231.

v1.17.1

Compare Source

v1.17.0

Compare Source

  • Add race::OnceRef for storing a &'a T.

v1.16.0

Compare Source

  • Add no_std implementation based on critical-section, #​195.
  • Deprecate atomic-polyfill feature (use the new critical-section instead)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports

Loading