Skip to content

chore(deps): update all patch versions#1281

Merged
jsuereth merged 1 commit intomainfrom
renovate/all-patch-versions
Mar 12, 2026
Merged

chore(deps): update all patch versions#1281
jsuereth merged 1 commit intomainfrom
renovate/all-patch-versions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Type Update Change
once_cell workspace.dependencies patch 1.21.31.21.4
openssl workspace.dependencies patch 0.10.750.10.76

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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!

rust-openssl/rust-openssl (openssl)

v0.10.76

Compare Source

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.75...openssl-v0.10.76


Configuration

📅 Schedule: Branch creation - "before 8am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Mar 12, 2026
@renovate renovate bot requested a review from a team as a code owner March 12, 2026 04:34
@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.3%. Comparing base (11f2f64) to head (f5d9264).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1281   +/-   ##
=====================================
  Coverage   81.2%   81.3%           
=====================================
  Files        111     111           
  Lines       9377    9377           
=====================================
+ Hits        7623    7624    +1     
+ Misses      1754    1753    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-patch-versions branch from a493a2c to 601a983 Compare March 12, 2026 12:58
@renovate renovate bot changed the title chore(deps): update rust crate openssl to v0.10.76 chore(deps): update all patch versions Mar 12, 2026
@renovate renovate bot force-pushed the renovate/all-patch-versions branch 2 times, most recently from 7521d8a to 218910e Compare March 12, 2026 20:40
@renovate renovate bot force-pushed the renovate/all-patch-versions branch from 218910e to f5d9264 Compare March 12, 2026 21:22
@jsuereth jsuereth merged commit 8b2eadb into main Mar 12, 2026
40 checks passed
@jsuereth jsuereth deleted the renovate/all-patch-versions branch March 12, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant