mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
build(deps): bump parking_lot_core from 0.9.10 to 0.9.11 (#37202)
Bumps [parking_lot_core](https://github.com/Amanieu/parking_lot) from 0.9.10 to 0.9.11. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md">parking_lot_core's changelog</a>.</em></p> <blockquote> <h2><code>parking_lot_core</code> - <a href="https://github.com/Amanieu/parking_lot/compare/parking_lot_core-v0.9.10...parking_lot_core-v0.9.11">0.9.11</a> - 2025-05-29</h2> <ul> <li>Use Release/Acquire ordering in thread_parker::windows::Backend::create</li> <li>Remove warnings due to new lint on unknown cfgs</li> </ul> <h2><code>lock_api</code> - <a href="https://github.com/Amanieu/parking_lot/compare/lock_api-v0.4.12...lock_api-v0.4.13">0.4.13</a> - 2025-05-29</h2> <ul> <li>Remove warnings due to new lint on unknown cfgs</li> </ul> <h2>parking_lot 0.12.3 (2024-05-24)</h2> <ul> <li>Export types provided by arc_lock feature (<a href="https://redirect.github.com/Amanieu/parking_lot/issues/442">#442</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="df66e66b99
"><code>df66e66</code></a> Update CHANGELOG.md</li> <li><a href="bc72f024e0
"><code>bc72f02</code></a> chore: release</li> <li><a href="7bd09e2aff
"><code>7bd09e2</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/parking_lot/issues/469">#469</a> from Amanieu/release-plz-changelog</li> <li><a href="965216fb1f
"><code>965216f</code></a> Use a single changelog with release-plz</li> <li><a href="398560e062
"><code>398560e</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/parking_lot/issues/467">#467</a> from Amanieu/release-plz</li> <li><a href="a7c490f8f5
"><code>a7c490f</code></a> Add release-plz for automatic releases</li> <li><a href="4989a4fb6b
"><code>4989a4f</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/parking_lot/issues/466">#466</a> from Amanieu/issue-465</li> <li><a href="249cb2a2aa
"><code>249cb2a</code></a> Fix parked upgraders potentially not being woken up after a write lock</li> <li><a href="a0d2de0b01
"><code>a0d2de0</code></a> Fix clearing <code>PARKED_WRITER_BIT</code> after a timeout</li> <li><a href="03b019228d
"><code>03b0192</code></a> Merge pull request <a href="https://redirect.github.com/Amanieu/parking_lot/issues/464">#464</a> from Amanieu/ci-msrv</li> <li>Additional commits viewable in <a href="https://github.com/Amanieu/parking_lot/compare/core-0.9.10...parking_lot_core-v0.9.11">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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4839a0e5d0
commit
079198c898
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -4308,7 +4308,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-targets 0.52.6",
|
||||
"windows-targets 0.48.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -5542,9 +5542,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "parking_lot_core"
|
||||
version = "0.9.10"
|
||||
version = "0.9.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
||||
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"libc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue