[PR #795] [MERGED] chore(deps): bump parking_lot from 0.12.1 to 0.12.2 #1102

Closed
opened 2026-01-05 14:54:06 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/795
Author: @dependabot[bot]
Created: 4/29/2024
Status: Merged
Merged: 4/30/2024
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/parking_lot-0.12.2


📝 Commits (1)

  • 09a141d chore(deps): bump parking_lot from 0.12.1 to 0.12.2

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps parking_lot from 0.12.1 to 0.12.2.

Changelog

Sourced from parking_lot's changelog.

parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)

  • 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)

parking_lot_core 0.9.9, lock_api 0.4.11 (2023-10-18)

  • Fixed RwLockUpgradeableReadGuard::with_upgraded. (#393)
  • Fixed ReentrantMutex::bump lock count. (#390)
  • Added methods to unsafely create a lock guard out of thin air. (#403)
  • Added support for Apple tvOS. (#405)

parking_lot_core 0.9.8, lock_api 0.4.10 (2023-06-05)

  • Mark guards with #[clippy::has_significant_drop] (#369, #371)
  • Removed windows-sys dependency (#374, #378)
  • Add atomic_usize default feature to support platforms without atomics. (#380)
  • Add with_upgraded API to upgradable read locks (#386)
  • Make RwLock guards Sync again (#370)

parking_lot_core 0.9.7 (2023-02-01)

  • Update windows-sys dependency to 0.45. (#368)

parking_lot_core 0.9.6 (2023-01-11)

  • Add support for watchOS. (#367)

parking_lot_core 0.9.5 (2022-11-29)

  • Update use of libc::timespec to prepare for future libc version (#363)

parking_lot_core 0.9.4 (2022-10-18)

  • Bump windows-sys dependency to 0.42. (#356)

lock_api 0.4.9 (2022-09-20)

  • Fixed ReentrantMutexGuard::try_map signature (#355)

lock_api 0.4.8 (2022-08-28)

  • Fixed unsound Sync/Send impls for ArcMutexGuard. (#349)
  • Added ArcMutexGuard::into_arc. (#350)
Commits
  • 9dace42 Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12
  • 4f898be Merge pull request #435 from sorcio/wasm-atomics-feature
  • 9ee3a54 stdarch_wasm_atomic_wait instead of stdsimd
  • 7aeb2f1 Merge pull request #433 from QuentinPerez/master
  • c0a9077 Add Apple visionOS support
  • 7ab94b6 Merge pull request #432 from alex/patch-1
  • 75a97b2 Update redox_syscall dependency version
  • 66d025b Merge pull request #431 from mbyzhang/master
  • cd7bda0 Merge pull request #429 from waywardmonkeys/fix-typos
  • 1bb45aa Fix panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/795 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/30/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/parking_lot-0.12.2` --- ### 📝 Commits (1) - [`09a141d`](https://github.com/LGUG2Z/komorebi/commit/09a141deab073259ff1718c9dcf1b653d5ffe56a) chore(deps): bump parking_lot from 0.12.1 to 0.12.2 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.1 to 0.12.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md">parking_lot's changelog</a>.</em></p> <blockquote> <h2>parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)</h2> <ul> <li>Fixed panic when calling <code>with_upgraded</code> twice on a <code>ArcRwLockUpgradableReadGuard</code> (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/431">#431</a>)</li> <li>Fixed <code>RwLockUpgradeableReadGuard::with_upgraded</code></li> <li>Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/429">#429</a>)</li> <li>Added Apple visionOS support (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/433">#433</a>)</li> </ul> <h2>parking_lot_core 0.9.9, lock_api 0.4.11 (2023-10-18)</h2> <ul> <li>Fixed <code>RwLockUpgradeableReadGuard::with_upgraded</code>. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/393">#393</a>)</li> <li>Fixed <code>ReentrantMutex::bump</code> lock count. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/390">#390</a>)</li> <li>Added methods to unsafely create a lock guard out of thin air. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/403">#403</a>)</li> <li>Added support for Apple tvOS. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/405">#405</a>)</li> </ul> <h2>parking_lot_core 0.9.8, lock_api 0.4.10 (2023-06-05)</h2> <ul> <li>Mark guards with <code>#[clippy::has_significant_drop]</code> (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/369">#369</a>, <a href="https://redirect.github.com/Amanieu/parking_lot/issues/371">#371</a>)</li> <li>Removed windows-sys dependency (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/374">#374</a>, <a href="https://redirect.github.com/Amanieu/parking_lot/issues/378">#378</a>)</li> <li>Add <code>atomic_usize</code> default feature to support platforms without atomics. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/380">#380</a>)</li> <li>Add with_upgraded API to upgradable read locks (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/386">#386</a>)</li> <li>Make RwLock guards Sync again (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/370">#370</a>)</li> </ul> <h2>parking_lot_core 0.9.7 (2023-02-01)</h2> <ul> <li>Update windows-sys dependency to 0.45. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/368">#368</a>)</li> </ul> <h2>parking_lot_core 0.9.6 (2023-01-11)</h2> <ul> <li>Add support for watchOS. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/367">#367</a>)</li> </ul> <h2>parking_lot_core 0.9.5 (2022-11-29)</h2> <ul> <li>Update use of <code>libc::timespec</code> to prepare for future libc version (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/363">#363</a>)</li> </ul> <h2>parking_lot_core 0.9.4 (2022-10-18)</h2> <ul> <li>Bump windows-sys dependency to 0.42. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/356">#356</a>)</li> </ul> <h2>lock_api 0.4.9 (2022-09-20)</h2> <ul> <li>Fixed <code>ReentrantMutexGuard::try_map</code> signature (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/355">#355</a>)</li> </ul> <h2>lock_api 0.4.8 (2022-08-28)</h2> <ul> <li>Fixed unsound <code>Sync</code>/<code>Send</code> impls for <code>ArcMutexGuard</code>. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/349">#349</a>)</li> <li>Added <code>ArcMutexGuard::into_arc</code>. (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/350">#350</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Amanieu/parking_lot/commit/9dace42690f78bcf30f387ba42024bff4e8b6c18"><code>9dace42</code></a> Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/4f898be372479d7cb00809f570dfedd265865393"><code>4f898be</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/parking_lot/issues/435">#435</a> from sorcio/wasm-atomics-feature</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/9ee3a5461299b904c5707c27988ddcf92d642c04"><code>9ee3a54</code></a> stdarch_wasm_atomic_wait instead of stdsimd</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/7aeb2f1306ea7863cdb3ad3bbff835269aa19dd7"><code>7aeb2f1</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/parking_lot/issues/433">#433</a> from QuentinPerez/master</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/c0a9077b87bd72ea99600ba8c230736eefdf286e"><code>c0a9077</code></a> Add Apple visionOS support</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/7ab94b663825ec204bdbe3e295168e8e62b35a16"><code>7ab94b6</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/parking_lot/issues/432">#432</a> from alex/patch-1</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/75a97b267081cffca4b00aa476711314d1adbdf2"><code>75a97b2</code></a> Update redox_syscall dependency version</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/66d025be4b098fe5526dfbcdc9265a41856da709"><code>66d025b</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/parking_lot/issues/431">#431</a> from mbyzhang/master</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/cd7bda057531e8e5098cdab54f03bbe438e85436"><code>cd7bda0</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/parking_lot/issues/429">#429</a> from waywardmonkeys/fix-typos</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/1bb45aaac4c13269606fc9fe170ea580b36d797b"><code>1bb45aa</code></a> Fix panic when calling <code>with_upgraded</code> twice on a <code>ArcRwLockUpgradableReadGuard</code></li> <li>Additional commits viewable in <a href="https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parking_lot&package-manager=cargo&previous-version=0.12.1&new-version=0.12.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:06 +01:00
adam closed this issue 2026-01-05 14:54:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1102