You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/03 08:37:50 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request #1735: Update parking_lot requirement from 0.11 to 0.12

dependabot[bot] opened a new pull request #1735:
URL: https://github.com/apache/arrow-datafusion/pull/1735


   Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version.
   <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.0, parking_lot_core 0.9.0, lock_api 0.4.6 (2022-01-28)</h2>
   <ul>
   <li>The MSRV is bumped to 1.49.0.</li>
   <li>Disabled eventual fairness on wasm32-unknown-unknown. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/302">#302</a>)</li>
   <li>Added a rwlock method to report if lock is held exclusively. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/303">#303</a>)</li>
   <li>Use new <code>asm!</code> macro. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/304">#304</a>)</li>
   <li>Use windows-rs instead of winapi for faster builds. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/311">#311</a>)</li>
   <li>Moved hardware lock elision support to a separate Cargo feature. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/313">#313</a>)</li>
   <li>Removed used of deprecated <code>spin_loop_hint</code>. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/314">#314</a>)</li>
   </ul>
   <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>
   <h2>parking_lot 0.11.0, parking_lot_core 0.8.0, lock_api 0.4.0 (2020-06-23)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/a75875b0bf904287a9749e8eabea919b5e9dd8a9"><code>a75875b</code></a> Release parking_lot 0.12.0, parking_lot_core 0.9.0, lock_api 0.4.6</li>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/78a16dd4d54cc4466c13f44b820eb3fff6ae7cfc"><code>78a16dd</code></a> Minor fixes</li>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/4d64bc6aac80bb997a995ee4efa2c7e096024b49"><code>4d64bc6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/314">#314</a> from Amanieu/spin_loop</li>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/a4e4a021dc4efe2c327777ef85c13f0716675766"><code>a4e4a02</code></a> Only run CI for bors and pull requests</li>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/930caab8f9857fd1965a6392378edc6967b5a355"><code>930caab</code></a> Use core::hint::spin_loop instead of the deprecated spin_loop_hint.</li>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/b3c929022ea4a535c67cede9d7ba54b72bfd6892"><code>b3c9290</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/313">#313</a> from Amanieu/hle_feature</li>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/b271f842b9de134eaab748edd8bc4c553ee0fea1"><code>b271f84</code></a> Move hardware lock elision support to a separate Cargo feature</li>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/80194730f2104fa5ca92fe17a619b57d0677ece7"><code>8019473</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/311">#311</a> from clemenswasser/adopt-windows-rs</li>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/1f942889c3df8d8007b3860d2bc2163575f1b520"><code>1f94288</code></a> Adopt windows-rs</li>
   <li><a href="https://github.com/Amanieu/parking_lot/commit/c73dd439ce9031c1aa4b6d4e1fbe79e2b902367a"><code>c73dd43</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/309">#309</a> from Amanieu/stable_asm</li>
   <li>Additional commits viewable in <a href="https://github.com/Amanieu/parking_lot/compare/0.11.0...0.12.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb merged pull request #1735: Update parking_lot requirement from 0.11 to 0.12

Posted by GitBox <gi...@apache.org>.
alamb merged pull request #1735:
URL: https://github.com/apache/arrow-datafusion/pull/1735


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org