Skip to content

chore(deps): update rust crate once_cell to v1.21.4#117

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/once_cell-1.x-lockfile
Mar 16, 2026
Merged

chore(deps): update rust crate once_cell to v1.21.4#117
renovate[bot] merged 1 commit intomainfrom
renovate/once_cell-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 16, 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: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 16, 2026 00:45
@renovate renovate bot merged commit fe93534 into main Mar 16, 2026
4 checks passed
@renovate renovate bot deleted the renovate/once_cell-1.x-lockfile branch March 16, 2026 00:47
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.

0 participants