mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #29438 - servo:dependabot/cargo/parking_lot-0.11.2, r=jdm
Bump parking_lot from 0.11.0 to 0.11.2 Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.0 to 0.11.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.11.2, parking_lot_core 0.8.4, lock_api 0.4.5 (2021-08-28)</h2> <ul> <li>Fixed incorrect memory orderings on <code>RwLock</code> and <code>WordLock</code>. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/294">#294</a>, <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/292">#292</a>)</li> <li>Added <code>Arc</code>-based lock guards. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/291">#291</a>)</li> <li>Added workaround for TSan's lack of support for <code>fence</code>. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/292">#292</a>)</li> </ul> <h2>lock_api 0.4.4 (2021-05-01)</h2> <ul> <li>Update for latest nightly. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/281">#281</a>)</li> </ul> <h2>lock_api 0.4.3 (2021-04-03)</h2> <ul> <li>Added <code>[Raw]ReentrantMutex::is_owned</code>. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/280">#280</a>)</li> </ul> <h2>parking_lot_core 0.8.3 (2021-02-12)</h2> <ul> <li>Updated smallvec to 1.6. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/276">#276</a>)</li> </ul> <h2>parking_lot_core 0.8.2 (2020-12-21)</h2> <ul> <li>Fixed assertion failure on OpenBSD. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/270">#270</a>)</li> </ul> <h2>parking_lot_core 0.8.1 (2020-12-04)</h2> <ul> <li>Removed deprecated CloudABI support. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/263">#263</a>)</li> <li>Fixed build on wasm32-unknown-unknown. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/265">#265</a>)</li> <li>Relaxed dependency on <code>smallvec</code>. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/266">#266</a>)</li> </ul> <h2>parking_lot 0.11.1, lock_api 0.4.2 (2020-11-18)</h2> <ul> <li>Fix bounds on Send and Sync impls for lock guards. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/262">#262</a>)</li> <li>Fix incorrect memory ordering in <code>RwLock</code>. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/260">#260</a>)</li> </ul> <h2>lock_api 0.4.1 (2020-07-06)</h2> <ul> <li>Add <code>data_ptr</code> method to lock types to allow unsafely accessing the inner data without a guard. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/247">#247</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="18001b819c
"><code>18001b8</code></a> Release parking_lot 0.11.2, parking_lot_core 0.8.4, lock_api 0.4.5</li> <li><a href="5539f7ed2d
"><code>5539f7e</code></a> Upgrade dependencies and minimum CI version</li> <li><a href="c866ba80e4
"><code>c866ba8</code></a> Fix memory orderings on rwlock upgrade.</li> <li><a href="6bbf522dfe
"><code>6bbf522</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/292">#292</a> from thomcc/word_lock_ordering</li> <li><a href="4fd88be6a6
"><code>4fd88be</code></a> Detect and work around TSan's lack of support for fences</li> <li><a href="6e3c66ee6c
"><code>6e3c66e</code></a> Fix Ordering on WordLock (tsan detected)</li> <li><a href="26c41e4372
"><code>26c41e4</code></a> Bump MSRV to 1.41.0</li> <li><a href="5cb2c0a408
"><code>5cb2c0a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/291">#291</a> from notgull/arc-lock</li> <li><a href="a9f567188f
"><code>a9f5671</code></a> arc lock to ci</li> <li><a href="8b0eb2ffca
"><code>8b0eb2f</code></a> whoops</li> <li>Additional commits viewable in <a href="https://github.com/Amanieu/parking_lot/compare/0.11.0...0.11.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 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>
This commit is contained in:
commit
6bd6d8db86
1 changed files with 13 additions and 13 deletions
26
Cargo.lock
generated
26
Cargo.lock
generated
|
@ -2019,7 +2019,7 @@ dependencies = [
|
|||
"gfx-hal",
|
||||
"libloading 0.6.1",
|
||||
"log",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"range-alloc",
|
||||
"raw-window-handle 0.3.3",
|
||||
"smallvec",
|
||||
|
@ -2078,7 +2078,7 @@ dependencies = [
|
|||
"log",
|
||||
"metal 0.20.0",
|
||||
"objc",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"range-alloc",
|
||||
"raw-window-handle 0.3.3",
|
||||
"smallvec",
|
||||
|
@ -3118,7 +3118,7 @@ dependencies = [
|
|||
"msg",
|
||||
"net_traits",
|
||||
"num-traits",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"profile_traits",
|
||||
"range",
|
||||
"rayon",
|
||||
|
@ -3163,7 +3163,7 @@ dependencies = [
|
|||
"mitochondria",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"quickcheck",
|
||||
"range",
|
||||
"rayon",
|
||||
|
@ -3205,7 +3205,7 @@ dependencies = [
|
|||
"metrics",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"profile_traits",
|
||||
"range",
|
||||
"rayon",
|
||||
|
@ -3249,7 +3249,7 @@ dependencies = [
|
|||
"metrics",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"profile_traits",
|
||||
"range",
|
||||
"script",
|
||||
|
@ -3889,7 +3889,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"malloc_size_of",
|
||||
"malloc_size_of_derive",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"serde",
|
||||
"size_of_test",
|
||||
"webrender_api",
|
||||
|
@ -4453,9 +4453,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "parking_lot"
|
||||
version = "0.11.0"
|
||||
version = "0.11.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
|
||||
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
||||
dependencies = [
|
||||
"instant",
|
||||
"lock_api",
|
||||
|
@ -5306,7 +5306,7 @@ dependencies = [
|
|||
"msg",
|
||||
"net_traits",
|
||||
"num-traits",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"percent-encoding",
|
||||
"phf 0.8.0",
|
||||
"phf_codegen 0.8.0",
|
||||
|
@ -5369,7 +5369,7 @@ dependencies = [
|
|||
"metrics",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"profile_traits",
|
||||
"range",
|
||||
"script_traits",
|
||||
|
@ -6258,7 +6258,7 @@ dependencies = [
|
|||
"num-traits",
|
||||
"num_cpus",
|
||||
"owning_ref",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"precomputed-hash",
|
||||
"rayon",
|
||||
"regex",
|
||||
|
@ -7466,7 +7466,7 @@ dependencies = [
|
|||
"gfx-hal",
|
||||
"gfx-memory",
|
||||
"naga",
|
||||
"parking_lot 0.11.0",
|
||||
"parking_lot 0.11.2",
|
||||
"ron 0.6.0",
|
||||
"serde",
|
||||
"smallvec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue