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 />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:dependabot/cargo/parking_lot-0.12.2📝 Commits (1)
09a141dchore(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.
Commits
9dace42Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.124f898beMerge pull request #435 from sorcio/wasm-atomics-feature9ee3a54stdarch_wasm_atomic_wait instead of stdsimd7aeb2f1Merge pull request #433 from QuentinPerez/masterc0a9077Add Apple visionOS support7ab94b6Merge pull request #432 from alex/patch-175a97b2Update redox_syscall dependency version66d025bMerge pull request #431 from mbyzhang/mastercd7bda0Merge pull request #429 from waywardmonkeys/fix-typos1bb45aaFix panic when callingwith_upgradedtwice on aArcRwLockUpgradableReadGuardDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.