mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
build(deps): bump lock_api from 0.4.12 to 0.4.13 (#37201)
Bumps [lock_api](https://github.com/Amanieu/parking_lot) from 0.4.12 to 0.4.13. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md">lock_api's changelog</a>.</em></p> <blockquote> <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/lock_api-0.4.12...lock_api-v0.4.13">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
329d25b3a2
commit
4839a0e5d0
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4440,9 +4440,9 @@ checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
|||
|
||||
[[package]]
|
||||
name = "lock_api"
|
||||
version = "0.4.12"
|
||||
version = "0.4.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
||||
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"scopeguard",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue