Skip to content

⬆️ Update Rust crate once_cell to v1.21.4#12

Open
renovatecommunity[bot] wants to merge 1 commit into
devfrom
renovate/once_cell-1.x-lockfile
Open

⬆️ Update Rust crate once_cell to v1.21.4#12
renovatecommunity[bot] wants to merge 1 commit into
devfrom
renovate/once_cell-1.x-lockfile

Conversation

@renovatecommunity
Copy link
Copy Markdown

@renovatecommunity renovatecommunity Bot commented Mar 20, 2026

This PR contains the following updates:

Package Type Update Change
once_cell dependencies patch 1.21.31.21.4

Release Notes

matklad/once_cell (once_cell)

v1.21.4

Compare Source

  • Fix unsoundness in OnceCell::wait under --features=parking_lot, #​295.

    If thread A calls wait, while thread B calls get_or_try_init(f), and, furthermore, f panics,
    the wait incorrectly returns and thread A observes uninitialized memory.

    Kudos to @​meng-xu-cs for a nice find!


Configuration

📅 Schedule: (UTC)

  • 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 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.


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

This PR has been generated by Mend Renovate.

@renovatecommunity renovatecommunity Bot force-pushed the renovate/once_cell-1.x-lockfile branch 3 times, most recently from 68d071f to 4b4ea06 Compare March 27, 2026 15:05
@renovatecommunity renovatecommunity Bot force-pushed the renovate/once_cell-1.x-lockfile branch from 4b4ea06 to 92cf627 Compare March 31, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants