Browse Source
463: Bump tokio-util from 0.6.8 to 0.6.9 r=klochowicz a=dependabot[bot] Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.8 to 0.6.9. <details> <summary>Commits</summary> <ul> <li><a href="burn-down-handleaa03622cf3
"><code>aa03622</code></a> chore: prepare tokio-util 0.6.9 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4199">#4199</a>)</li> <li><a href="ac89d8926d
"><code>ac89d89</code></a> chore: prepare Tokio v1.13.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4196">#4196</a>)</li> <li><a href="e184205421
"><code>e184205</code></a> chore: prepare tokio-macros 1.6.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4197">#4197</a>)</li> <li><a href="44a1aad8df
"><code>44a1aad</code></a> task: allocate callback on heap immediately in debug mode (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4203">#4203</a>)</li> <li><a href="75c07770bf
"><code>75c0777</code></a> sync: make <code>watch::send_replace</code> infallible (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4195">#4195</a>)</li> <li><a href="268ed5e73e
"><code>268ed5e</code></a> task: add more tips + links to <code>spawn_blocking</code> docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4150">#4150</a>)</li> <li><a href="0c68b89452
"><code>0c68b89</code></a> codec: update stream impl for Framed to return <code>None</code> after <code>Err</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4166">#4166</a>)</li> <li><a href="827694a9e3
"><code>827694a</code></a> ci: fix nightly version for cirrus ci (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4200">#4200</a>)</li> <li><a href="d15e5fad16
"><code>d15e5fa</code></a> ci: split FreeBSD into two jobs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4194">#4194</a>)</li> <li><a href="9cb495cdb8
"><code>9cb495c</code></a> tokio: upgrade to new nightly for CI (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4193">#4193</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.6.8...tokio-util-0.6.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-util&package-manager=cargo&previous-version=0.6.8&new-version=0.6.9)](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> 464: Bump tokio from 1.12.0 to 1.13.0 r=klochowicz a=dependabot[bot] Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.13.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.13.0</h2> <h1>1.13.0 (October 29, 2021)</h1> <h3>Fixed</h3> <ul> <li>sync: fix <code>Notify</code> to clone the waker before locking its waiter list (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4129">#4129</a>)</li> <li>tokio: add riscv32 to non atomic64 architectures (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4185">#4185</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add <code>poll_{recv,send}_ready</code> methods to <code>udp</code> and <code>uds_datagram</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4131">#4131</a>)</li> <li>net: add <code>try_*</code>, <code>readable</code>, <code>writable</code>, <code>ready</code>, and <code>peer_addr</code> methods to split halves (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4120">#4120</a>)</li> <li>sync: add <code>blocking_lock</code> to <code>Mutex</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4130">#4130</a>)</li> <li>sync: add <code>watch::Sender::send_replace</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3962">#3962</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4195">#4195</a>)</li> <li>sync: expand <code>Debug</code> for <code>Mutex<T></code> impl to unsized <code>T</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4134">#4134</a>)</li> <li>tracing: instrument time::Sleep (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4072">#4072</a>)</li> <li>tracing: use structured location fields for spawned tasks (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4128">#4128</a>)</li> </ul> <h3>Changed</h3> <ul> <li>io: add assert in <code>copy_bidirectional</code> that <code>poll_write</code> is sensible (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4125">#4125</a>)</li> <li>macros: use qualified syntax when polling in <code>select!</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4192">#4192</a>)</li> <li>runtime: handle <code>block_on</code> wakeups better (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4157">#4157</a>)</li> <li>task: allocate callback on heap immediately in debug mode (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4203">#4203</a>)</li> <li>tokio: assert platform-minimum requirements at build time (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3797">#3797</a>)</li> </ul> <h3>Documented</h3> <ul> <li>docs: conversion of doc comments to indicative mood (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4174">#4174</a>)</li> <li>docs: add returning on the first error example for <code>try_join!</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4133">#4133</a>)</li> <li>docs: fixing broken links in <code>tokio/src/lib.rs</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4132">#4132</a>)</li> <li>signal: add example with background listener (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4171">#4171</a>)</li> <li>sync: add more oneshot examples (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4153">#4153</a>)</li> <li>time: document <code>Interval::tick</code> cancel safety (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4152">#4152</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3797">#3797</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/3797">tokio-rs/tokio#3797</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3962">#3962</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/3962">tokio-rs/tokio#3962</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4072">#4072</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4072">tokio-rs/tokio#4072</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4120">#4120</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4120">tokio-rs/tokio#4120</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4125">#4125</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4125">tokio-rs/tokio#4125</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4128">#4128</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4128">tokio-rs/tokio#4128</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4129">#4129</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4129">tokio-rs/tokio#4129</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4130">#4130</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4130">tokio-rs/tokio#4130</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4131">#4131</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4131">tokio-rs/tokio#4131</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4132">#4132</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4132">tokio-rs/tokio#4132</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4133">#4133</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4133">tokio-rs/tokio#4133</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4134">#4134</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4134">tokio-rs/tokio#4134</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4152">#4152</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4152">tokio-rs/tokio#4152</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4153">#4153</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4153">tokio-rs/tokio#4153</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4157">#4157</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4157">tokio-rs/tokio#4157</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="ac89d8926d
"><code>ac89d89</code></a> chore: prepare Tokio v1.13.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4196">#4196</a>)</li> <li><a href="e184205421
"><code>e184205</code></a> chore: prepare tokio-macros 1.6.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4197">#4197</a>)</li> <li><a href="44a1aad8df
"><code>44a1aad</code></a> task: allocate callback on heap immediately in debug mode (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4203">#4203</a>)</li> <li><a href="75c07770bf
"><code>75c0777</code></a> sync: make <code>watch::send_replace</code> infallible (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4195">#4195</a>)</li> <li><a href="268ed5e73e
"><code>268ed5e</code></a> task: add more tips + links to <code>spawn_blocking</code> docs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4150">#4150</a>)</li> <li><a href="0c68b89452
"><code>0c68b89</code></a> codec: update stream impl for Framed to return <code>None</code> after <code>Err</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4166">#4166</a>)</li> <li><a href="827694a9e3
"><code>827694a</code></a> ci: fix nightly version for cirrus ci (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4200">#4200</a>)</li> <li><a href="d15e5fad16
"><code>d15e5fa</code></a> ci: split FreeBSD into two jobs (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4194">#4194</a>)</li> <li><a href="9cb495cdb8
"><code>9cb495c</code></a> tokio: upgrade to new nightly for CI (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4193">#4193</a>)</li> <li><a href="e7d3e0c93c
"><code>e7d3e0c</code></a> macros: use qualified syntax when polling in <code>select!</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4192">#4192</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.12.0...tokio-1.13.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.12.0&new-version=1.13.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bors[bot]
3 years ago
committed by
GitHub
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue