Skip to content

fix(deps): update rust crate spin to 0.12.0#4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-updates
Open

fix(deps): update rust crate spin to 0.12.0#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-updates

Conversation

@renovate

@renovate renovate Bot commented Mar 28, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
spin dependencies minor 0.9.80.12.0

Release Notes

zesterer/spin (spin)

v0.12.1

Fixed
  • Unsoundness in RwLock's try_upgrade path for the lock_api interface has been
    fixed. Note that this unsoundness only affects you if all of the following apply:

    • You use RwLock via the lock_api interface specifically
    • You call upgradable_read to create an upgradeable lock guard
    • You call try_upgrade on the upgradeable lock guard
  • LazyLock's Sync implementation is now less restrictive

v0.12.0

Changed
  • Moved to Codeberg
Fixed
  • Unsoundness in FairMutex caused by an undue extension of a reference lifetime
    outside of a critical section. Note that we do not consider this CVE-worthy since
    there's no clear path to exploiting this and there's no clear reason for the compiler
    to actually generate code that falls afoul of the issue. If you have found an example
    of this issue leading to unexpected behaviour in practice, please open an issue.

v0.11.0

Added
  • lock_api mapped read/write guard for RwLock
  • Once::init_from_ref
  • rustc-dep-of-std feature, allowing spin to be used as a standard library dependency
Changed
  • MSRV is now 1.71
  • Lazy is now LazyLock
Fixed
  • lock_api feature name for RawRwLockUpgradeDowngrade

v0.10.0

Added
  • Mutex::try_lock_weak
  • RwLock::try_write_weak
  • RwLock::try_upgrade_weak
Changed
  • Updated MSRV to 1.60
  • Use dep: syntax in Cargo.toml
  • portable_atomic feature has been renamed to portable-atomic, for consistency.
Fixed

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 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/minor-updates branch from ee1f49b to 25ceced Compare September 26, 2025 04:10
@renovate renovate Bot force-pushed the renovate/minor-updates branch from 25ceced to c418ca5 Compare December 11, 2025 11:57
@renovate renovate Bot changed the title fix(deps): update rust crate spin to 0.10.0 fix(deps): update rust crate spin to 0.11.0 May 16, 2026
@renovate renovate Bot force-pushed the renovate/minor-updates branch 2 times, most recently from 577431b to 569ede3 Compare May 23, 2026 07:16
@renovate renovate Bot changed the title fix(deps): update rust crate spin to 0.11.0 fix(deps): update rust crate spin to 0.12.0 May 23, 2026
@renovate renovate Bot changed the title fix(deps): update rust crate spin to 0.12.0 fix(deps): update minor updates to 0.12.0 Jun 5, 2026
@renovate renovate Bot force-pushed the renovate/minor-updates branch from 569ede3 to 846946b Compare June 24, 2026 03:49
@renovate renovate Bot changed the title fix(deps): update minor updates to 0.12.0 fix(deps): update minor updates Jun 24, 2026
@renovate renovate Bot changed the title fix(deps): update minor updates fix(deps): update rust crate spin to 0.12.0 Jun 27, 2026
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