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

   Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.23.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.23.0</h2>
   <h3>Fixed</h3>
   <ul>
   <li>net: fix Windows named pipe connect (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5208";>#5208</a>)</li>
   <li>io: support vectored writes for <code>ChildStdin</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5216";>#5216</a>)</li>
   <li>io: fix <code>async fn ready()</code> false positive for OS-specific 
events (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5231";>#5231</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>runtime: <code>yield_now</code> defers task until after driver poll (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5223";>#5223</a>)</li>
   <li>runtime: reduce amount of codegen needed per spawned task (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5213";>#5213</a>)</li>
   <li>windows: replace <code>winapi</code> dependency with 
<code>windows-sys</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5204";>#5204</a>)</li>
   </ul>
   <p><a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5208";>#5208</a>:
 <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5208";>tokio-rs/tokio#5208</a>
   <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5216";>#5216</a>:
 <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5216";>tokio-rs/tokio#5216</a>
   <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5213";>#5213</a>:
 <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5213";>tokio-rs/tokio#5213</a>
   <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5204";>#5204</a>:
 <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5204";>tokio-rs/tokio#5204</a>
   <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5223";>#5223</a>:
 <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5223";>tokio-rs/tokio#5223</a>
   <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5231";>#5231</a>:
 <a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5231";>tokio-rs/tokio#5231</a></p>
   <h2>Tokio v1.22.0</h2>
   <h3>Added</h3>
   <ul>
   <li>runtime: add <code>Handle::runtime_flavor</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5138";>#5138</a>)</li>
   <li>sync: add <code>Mutex::blocking_lock_owned</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5130";>#5130</a>)</li>
   <li>sync: add <code>Semaphore::MAX_PERMITS</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5144";>#5144</a>)</li>
   <li>sync: add <code>merge()</code> to semaphore permits (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4948";>#4948</a>)</li>
   <li>sync: add <code>mpsc::WeakUnboundedSender</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5189";>#5189</a>)</li>
   </ul>
   <h3>Added (unstable)</h3>
   <ul>
   <li>process: add <code>Command::process_group</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5114";>#5114</a>)</li>
   <li>runtime: export metrics about the blocking thread pool (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5161";>#5161</a>)</li>
   <li>task: add <code>task::id()</code> and <code>task::try_id()</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5171";>#5171</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>macros: don't take ownership of futures in macros (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5087";>#5087</a>)</li>
   <li>runtime: fix Stacked Borrows violation in <code>LocalOwnedTasks</code> 
(<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5099";>#5099</a>)</li>
   <li>runtime: mitigate ABA with 32-bit queue indices when possible (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5042";>#5042</a>)</li>
   <li>task: wake local tasks to the local queue when woken by the same thread 
(<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5095";>#5095</a>)</li>
   <li>time: panic in release mode when <code>mark_pending</code> called 
illegally (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5093";>#5093</a>)</li>
   <li>runtime: fix typo in expect message (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5169";>#5169</a>)</li>
   <li>runtime: fix <code>unsync_load</code> on atomic types (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5175";>#5175</a>)</li>
   <li>task: elaborate safety comments in task deallocation (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5172";>#5172</a>)</li>
   <li>runtime: fix <code>LocalSet</code> drop in thread local (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5179";>#5179</a>)</li>
   <li>net: remove libc type leakage in a public API (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5191";>#5191</a>)</li>
   <li>runtime: update the alignment of <code>CachePadded</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5106";>#5106</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>io: make <code>tokio::io::copy</code> continue filling the buffer when 
writer stalls (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5066";>#5066</a>)</li>
   <li>runtime: remove <code>coop::budget</code> from 
<code>LocalSet::run_until</code> (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5155";>#5155</a>)</li>
   <li>sync: make <code>Notify</code> panic safe (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5154";>#5154</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/3ce5a2681c734e134c2aa6d6cf91b8d2631bd82b";><code>3ce5a26</code></a>
 chore: prepare Tokio v1.23 release (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5270";>#5270</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/644cb8207df09c19543cf9b096a43a66f8df9a0f";><code>644cb82</code></a>
 rt: fix <code>*_closed</code> false positives (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5231";>#5231</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/a1316cd792596baa079144bf4672f59e99556531";><code>a1316cd</code></a>
 io: impl <code>std::io::BufRead</code> on <code>SyncIoBridge\&lt;T&gt;</code> 
(<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5265";>#5265</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/86ffabe2af69f2440be26d153fd692689c9947fb";><code>86ffabe</code></a>
 docs: add note about current-thread + Handle::block_on (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5264";>#5264</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/00bf5ee8a855c28324fa4dff3abf11ba9f562a85";><code>00bf5ee</code></a>
 sync: improve watch docs (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5261";>#5261</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/87510100cebd7e2525e1a081c6a526ac95cf7967";><code>8751010</code></a>
 Fix typo (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5255";>#5255</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/2be71ad74639a54dbed471faaf0dca1cf20eb96d";><code>2be71ad</code></a>
 chore: move conditional AtomicU64 impl to new file (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5256";>#5256</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/d1b789f33aa9d2bbca84f24b810235a10b149e92";><code>d1b789f</code></a>
 rt: fix new yield_now behavior with block_in_place (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5251";>#5251</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/22862739dddd49a94065aa7a917cde2dc8a3f6bc";><code>2286273</code></a>
 rt: yield_now defers task until after driver poll (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5223";>#5223</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/993a60b7c79b6fbdad872c6a173c2e6fe42b117f";><code>993a60b</code></a>
 chore: prepare tokio-macros v1.8.2 (<a 
href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5246";>#5246</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.23.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.21.2&new-version=1.23.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to