Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate once_cell to 1.15 #137

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
once_cell dependencies minor 1.10 -> 1.15

Release Notes

matklad/once_cell

v1.15.0

Compare Source

  • Increase minimal supported Rust version to 1.56.0.
  • Implement UnwindSafe even if the std feature is disabled.

v1.14.0

Compare Source

  • Add extension to unsync and sync Lazy mut API:
    • force_mut
    • get_mut

v1.13.1

Compare Source

  • Make implementation compliant with strict provenance.
  • Upgrade atomic-polyfill to 1.0

v1.13.0

Compare Source

  • Add Lazy::get, similar to OnceCell::get.

v1.12.1

Compare Source

  • Remove incorrect debug_assert.

v1.12.0

Compare Source

  • Add OnceCell::wait, a blocking variant of get.

v1.11.0

Compare Source

  • Add OnceCell::with_value to create initialized OnceCell in const context.
  • Improve Clone implementation for OnceCell.
  • Rewrite parking_lot version on top of parking_lot_core, for even smaller cells!

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 PR becomes conflicted, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented May 19, 2022

Deploy Preview for hoard-docs ready!

Name Link
🔨 Latest commit 1e54bfc
🔍 Latest deploy log https://app.netlify.com/sites/hoard-docs/deploys/6348d1cbe1a8a7000a1b4d6e
😎 Deploy Preview https://deploy-preview-137--hoard-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented May 19, 2022

Codecov Report

Merging #137 (1e54bfc) into main (ce0df1a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #137   +/-   ##
=======================================
  Coverage   90.62%   90.62%           
=======================================
  Files          71       71           
  Lines        4970     4970           
=======================================
  Hits         4504     4504           
  Misses        466      466           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot changed the title fix(deps): update rust crate once_cell to 1.11 fix(deps): update rust crate once_cell to 1.12 May 23, 2022
@renovate renovate bot force-pushed the renovate/once_cell-1.x branch from 0e7732d to 3f61173 Compare May 23, 2022 14:09
@renovate renovate bot changed the title fix(deps): update rust crate once_cell to 1.12 fix(deps): update Rust crate once_cell to 1.12 Jun 27, 2022
@renovate renovate bot changed the title fix(deps): update Rust crate once_cell to 1.12 fix(deps): update rust crate once_cell to 1.12 Jun 28, 2022
@renovate renovate bot changed the title fix(deps): update rust crate once_cell to 1.12 fix(deps): update rust crate once_cell to 1.13 Jul 5, 2022
@renovate renovate bot force-pushed the renovate/once_cell-1.x branch from 3f61173 to 2a19aa7 Compare July 5, 2022 01:25
@renovate renovate bot changed the title fix(deps): update rust crate once_cell to 1.13 fix(deps): update rust crate once_cell to 1.15 Sep 25, 2022
@Shadow53 Shadow53 merged commit 8007f8d into main Oct 14, 2022
@Shadow53 Shadow53 deleted the renovate/once_cell-1.x branch October 14, 2022 03:34
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.

1 participant