Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Type Update Change
parking_lot dependencies minor 0.11.10.12.0

Release Notes

Amanieu/parking_lot (parking_lot)

v0.12.5

Compare Source

  • Bumped MSRV to 1.71
  • Fixed Miri when the hardware-lock-elision feature is enabled (#​491)
  • Added missing into_arc(_fair) methods (#​472)
  • Fixed RawRwLock::bump_*() not releasing lock when there are multiple readers (#​471)

v0.12.4

Compare Source

  • Fix parked upgraders potentially not being woken up after a write lock
  • Fix clearing PARKED_WRITER_BIT after a timeout

v0.12.3

Compare Source

  • Export types provided by arc_lock feature (#​442)

v0.12.2

Compare Source

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#​431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#​429)
  • Added Apple visionOS support (#​433)

v0.12.1

Compare Source

  • Fixed incorrect memory ordering in RwLock. (#​344)
  • Added Condvar::wait_while convenience methods (#​343)

v0.12.0

Compare Source

  • The MSRV is bumped to 1.49.0.
  • Disabled eventual fairness on wasm32-unknown-unknown. (#​302)
  • Added a rwlock method to report if lock is held exclusively. (#​303)
  • Use new asm! macro. (#​304)
  • Use windows-rs instead of winapi for faster builds. (#​311)
  • Moved hardware lock elision support to a separate Cargo feature. (#​313)
  • Removed used of deprecated spin_loop_hint. (#​314)

v0.11.2

Compare Source

  • Fixed incorrect memory orderings on RwLock and WordLock. (#​294, #​292)
  • Added Arc-based lock guards. (#​291)
  • Added workaround for TSan's lack of support for fence. (#​292)

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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/parking_lot-0.x branch from f249cef to d79568d Compare August 10, 2025 15:12
@renovate
Copy link
Author

renovate bot commented Aug 10, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/lua-analyzer/Cargo.toml --package parking_lot@0.11.1 --precise 0.12.5
warning: `/tmp/renovate/repos/github/oberblastmeister/lua-analyzer/.cargo/config` is deprecated in favor of `config.toml`
  |
  = help: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
    Updating crates.io index
error: failed to select a version for the requirement `parking_lot = "^0.11.0"`
candidate versions found which didn't match: 0.12.5
location searched: crates.io index
required by package `salsa v0.16.1`
    ... which satisfies dependency `salsa = "^0.16.1"` of package `base_db v0.0.0 (/tmp/renovate/repos/github/oberblastmeister/lua-analyzer/crates/base_db)`

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