You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/29 19:57:22 UTC

[GitHub] [arrow-datafusion-python] dependabot[bot] opened a new pull request, #360: build(deps): bump tokio from 1.27.0 to 1.28.0

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

   Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p>
   <blockquote>
   <h2>Tokio v1.28.0</h2>
   <h1>1.28.0 (April 25th, 2023)</h1>
   <h3>Added</h3>
   <ul>
   <li>io: add <code>AsyncFd::async_io</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5542">#5542</a>)</li>
   <li>io: impl BufMut for ReadBuf (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5590">#5590</a>)</li>
   <li>net: add <code>recv_buf</code> for <code>UdpSocket</code> and <code>UnixDatagram</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5583">#5583</a>)</li>
   <li>sync: add <code>OwnedSemaphorePermit::semaphore</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5618">#5618</a>)</li>
   <li>sync: add <code>same_channel</code> to broadcast channel (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5607">#5607</a>)</li>
   <li>sync: add <code>watch::Receiver::wait_for</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5611">#5611</a>)</li>
   <li>task: add <code>JoinSet::spawn_blocking</code> and <code>JoinSet::spawn_blocking_on</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5612">#5612</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>deps: update windows-sys to 0.48 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5591">#5591</a>)</li>
   <li>io: make <code>read_to_end</code> not grow unnecessarily (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5610">#5610</a>)</li>
   <li>macros: make entrypoints more efficient (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5621">#5621</a>)</li>
   <li>sync: improve Debug impl for <code>RwLock</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5647">#5647</a>)</li>
   <li>sync: reduce contention in <code>Notify</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5503">#5503</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>net: support <code>get_peer_cred</code> on AIX (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5065">#5065</a>)</li>
   <li>sync: avoid deadlocks in <code>broadcast</code> with custom wakers (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5578">#5578</a>)</li>
   </ul>
   <h3>Documented</h3>
   <ul>
   <li>sync: fix typo in <code>Semaphore::MAX_PERMITS</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5645">#5645</a>)</li>
   <li>sync: fix typo in <code>tokio::sync::watch::Sender</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5587">#5587</a>)</li>
   </ul>
   <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5065">#5065</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5065">tokio-rs/tokio#5065</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5503">#5503</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5503">tokio-rs/tokio#5503</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5542">#5542</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5542">tokio-rs/tokio#5542</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5578">#5578</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5578">tokio-rs/tokio#5578</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5583">#5583</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5583">tokio-rs/tokio#5583</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5587">#5587</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5587">tokio-rs/tokio#5587</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5590">#5590</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5590">tokio-rs/tokio#5590</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5591">#5591</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5591">tokio-rs/tokio#5591</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5607">#5607</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5607">tokio-rs/tokio#5607</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5610">#5610</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5610">tokio-rs/tokio#5610</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5611">#5611</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5611">tokio-rs/tokio#5611</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5612">#5612</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5612">tokio-rs/tokio#5612</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5618">#5618</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5618">tokio-rs/tokio#5618</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5621">#5621</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5621">tokio-rs/tokio#5621</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5645">#5645</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5645">tokio-rs/tokio#5645</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/5647">#5647</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5647">tokio-rs/tokio#5647</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/tokio-rs/tokio/commit/f21d596099648b788e377bfa1a3809c39d7932da"><code>f21d596</code></a> chore: prepare Tokio v1.28.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5650">#5650</a>)</li>
   <li><a href="https://github.com/tokio-rs/tokio/commit/66c62a4b74f9da7be3198bb7ac77d8d18967d51e"><code>66c62a4</code></a> chore: prepare tokio-macros v2.1.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5649">#5649</a>)</li>
   <li><a href="https://github.com/tokio-rs/tokio/commit/a86c0522183779cd890afc74791cd0e3ec2f31bb"><code>a86c052</code></a> ci: use cargo-semver-checks GitHub Action (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5648">#5648</a>)</li>
   <li><a href="https://github.com/tokio-rs/tokio/commit/c1778eda38d5df316bc8356f2a7aa9f2d2e9abf0"><code>c1778ed</code></a> sync: add <code>watch::Receiver::wait_for</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5611">#5611</a>)</li>
   <li><a href="https://github.com/tokio-rs/tokio/commit/11b88075440f1b141e4a18c7d506df0fc0eceb71"><code>11b8807</code></a> sync: improve Debug impl for <code>RwLock</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5647">#5647</a>)</li>
   <li><a href="https://github.com/tokio-rs/tokio/commit/e789b614243d77261d81f4ed15e4ac7d36081bf2"><code>e789b61</code></a> stream: add <code>StreamExt::timeout_repeating</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5577">#5577</a>)</li>
   <li><a href="https://github.com/tokio-rs/tokio/commit/2cd4f4ab46cbe969741da46369d25afd4e1eec02"><code>2cd4f4a</code></a> stream: add &quot;full&quot; feature flag (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5639">#5639</a>)</li>
   <li><a href="https://github.com/tokio-rs/tokio/commit/b6bbe5f4876097a5b8390e21c0a920d49f67eef4"><code>b6bbe5f</code></a> Revert &quot;macros: hide internal constant in select! macro (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5617">#5617</a>)&quot; (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5637">#5637</a>)</li>
   <li><a href="https://github.com/tokio-rs/tokio/commit/57ba4a4b10ad4ee96b1634529b6b0ed81b099d32"><code>57ba4a4</code></a> sync: fix typo in <code>Semaphore::MAX_PERMITS</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5645">#5645</a>)</li>
   <li><a href="https://github.com/tokio-rs/tokio/commit/5e6c6bdafdb4331b7f82db86b6dc772b31b0ae99"><code>5e6c6bd</code></a> chore: fix compiler output changes in rustc 1.69 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5643">#5643</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.27.0&new-version=1.28.0)](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 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-python] dependabot[bot] commented on pull request #360: build(deps): bump tokio from 1.27.0 to 1.28.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #360:
URL: https://github.com/apache/arrow-datafusion-python/pull/360#issuecomment-1546740081

   Superseded by #382.


-- 
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-python] dependabot[bot] closed pull request #360: build(deps): bump tokio from 1.27.0 to 1.28.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #360: build(deps): bump tokio from 1.27.0 to 1.28.0
URL: https://github.com/apache/arrow-datafusion-python/pull/360


-- 
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