-
Notifications
You must be signed in to change notification settings - Fork 243
Commit 8383616
3017: chore(deps): bump tokio from 1.10.1 to 1.11.0 r=driftluo,yangby-cryptape a=dependabot[bot]
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.10.1 to 1.11.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.11.0</h2>
<h1>1.11.0 (August 31, 2021)</h1>
<h3>Fixed</h3>
<ul>
<li>time: don't panic when Instant is not monotonic (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4044">#4044</a>)</li>
<li>io: fix panic in <code>fill_buf</code> by not calling <code>poll_fill_buf</code> twice (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4084">#4084</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>watch: add <code>watch::Sender::subscribe</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3800">#3800</a>)</li>
<li>process: add <code>from_std</code> to <code>ChildStd*</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4045">#4045</a>)</li>
<li>stats: initial work on runtime stats (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4043">#4043</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>tracing: change span naming to new console convention (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4042">#4042</a>)</li>
<li>io: speed-up waking by using uninitialized array (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4055">#4055</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4071">#4071</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4075">#4075</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>time: make Sleep examples easier to find (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4040">#4040</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3800">#3800</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/3800">tokio-rs/tokio#3800</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4040">#4040</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4040">tokio-rs/tokio#4040</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4042">#4042</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4042">tokio-rs/tokio#4042</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4043">#4043</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4043">tokio-rs/tokio#4043</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4044">#4044</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4044">tokio-rs/tokio#4044</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4045">#4045</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4045">tokio-rs/tokio#4045</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4055">#4055</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4055">tokio-rs/tokio#4055</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4071">#4071</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4071">tokio-rs/tokio#4071</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4075">#4075</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4075">tokio-rs/tokio#4075</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4084">#4084</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4084">tokio-rs/tokio#4084</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tokio-rs/tokio/commit/9a97eb36bcdcd7d9954b2f13990f6d8232b86f32"><code>9a97eb3</code></a> chore: prepare Tokio v1.11.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4083">#4083</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/1409041525cc81d81b3405c59e5d001b1ec1ddcb"><code>1409041</code></a> io: fix fill_buf by not calling poll_fill_buf twice (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4084">#4084</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/23b0aee5ddde5eca9fc10e8a8b90414c2a9cab4f"><code>23b0aee</code></a> tokio-util: expose key used in DelayQueue's Expired (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4081">#4081</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/909d3ec0ff205cc5be1e31b8c3c22a4f0916bb47"><code>909d3ec</code></a> stream: add <code>From\<Receiver<T>></code> impl for receiver streams (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4080">#4080</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/b67d46403fd7d1df364ff5319231630f6bbc8779"><code>b67d464</code></a> process: skip the process_kill_on_drop test if bash is not installed. (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4079">#4079</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/98578a6f4a494e709f00018b1cd5b0e3dd9a0f72"><code>98578a6</code></a> stats: initial work on runtime stats (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4043">#4043</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/8a097d27b5c313632ae08d40a4c3b7775c299432"><code>8a097d2</code></a> util: add safety comment to assume_init (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4075">#4075</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/1e2e38b7cdf4c9f51a0034469c8553d995af1383"><code>1e2e38b</code></a> sync: use <code>WakeList</code> in <code>Notify</code> and <code>batch_semaphore</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4071">#4071</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/80bda3bf5f27778edff5e5b0d762932af2a0896b"><code>80bda3b</code></a> macros: fix wrong error messages (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4067">#4067</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/51f4f0594c81fe24919055e0c08be374ee54a14b"><code>51f4f05</code></a> io: speed-up waking by using uninitialized array (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4055">#4055</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.10.1...tokio-1.11.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
3018: chore(deps): bump thiserror from 1.0.28 to 1.0.29 r=yangby-cryptape,liya2017 a=dependabot[bot]
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p>
<blockquote>
<h2>1.0.29</h2>
<ul>
<li>
<p>Support error types containing generic type parameters (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/148">#148</a>, <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/149">#149</a>, <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/150">#150</a>, <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/151">#151</a>)</p>
<pre lang="rust"><code>use thiserror::Error;
<p>#[derive(Error, Debug)]
pub enum MyError<E, F, G> {
#[error("thing {0} ({0:?})")]
Variant(E),
#[error("some error")]
Delegate(#[source] SomeError<F>),
#[error("err 0o{val:o}")]
Octal { val: G },
}
</code></pre></p>
<p>In the above example, thiserror would automatically generate the following pair of generic trait impls.</p>
<pre lang="rust"><code>impl<E, F, G> std::error::Error for MyError<E, F, G>
where
SomeError<F>: std::error::Error + 'static,
Self: std::fmt::Debug + std::fmt::Display;
<p>impl<E, F, G> std::fmt::Display for MyError<E, F, G>
where
E: std::fmt::Debug + std::fmt::Display,
G: std::fmt::Octal;
</code></pre></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/thiserror/commit/c7dd271dcd92af17168746a809503ee392d6f6ad"><code>c7dd271</code></a> Release 1.0.29</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/4b581e3fb95fb16f0938ebe8b4ac64eb9b5bbe43"><code>4b581e3</code></a> Skip a redundant Member clone</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/19a15cb0c7b80e16ca81a02fc50a1b97c4f88812"><code>19a15cb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/152">#152</a> from dtolnay/bounds</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/f688fd70092daafa1b44fb10a324968d4b2fc9b4"><code>f688fd7</code></a> Handle multiple bounds from the same format string on the same field</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/113fcaa22501847988f71a04602c9fb78172bd34"><code>113fcaa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/151">#151</a> from dtolnay/bounds</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/72abba6f046ddfd1dc590b3ba8f4d9de8856a4bc"><code>72abba6</code></a> Deduplicate inferred bounds</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/34f5931adaf09a9cd729944826e6b6c2ea301047"><code>34f5931</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/150">#150</a> from dtolnay/bounds</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/cc65053651b82c8317d71fdfa907efe6f6efbc19"><code>cc65053</code></a> Implied bounds for the remaining std::fmt traits</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/0a1c5bd7bb7f77550c8f1614af5598d13d1f3363"><code>0a1c5bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/149">#149</a> from dtolnay/bound</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/3e699aa43b661a6faa7aac4de25d12edf91ed38c"><code>3e699aa</code></a> Implied bounds for transparent attribute</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.28...1.0.29">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
3019: chore(deps): bump tokio-util from 0.6.6 to 0.6.8 r=driftluo,yangby-cryptape a=dependabot[bot]
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.6 to 0.6.8.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/tokio-rs/tokio/commits">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
3020: chore(deps): bump syn from 1.0.75 to 1.0.76 r=driftluo,yangby-cryptape a=dependabot[bot]
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.75 to 1.0.76.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p>
<blockquote>
<h2>1.0.76</h2>
<ul>
<li>Parse unstable <code>let</code>–<code>else</code> syntax (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1050">#1050</a>, <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1057">#1057</a>)</li>
<li>Parse qualified braced variant expressions and patterns: <code><E>::V {..}</code> (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1058">#1058</a>, <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1059">#1059</a>)</li>
<li>Fix precedence of outer attributes in front of an assignment expression in statement position (<a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1060">#1060</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/syn/commit/8820d7320f98befc3715d651edc33463393967d3"><code>8820d73</code></a> Release 1.0.76</li>
<li><a href="https://github.com/dtolnay/syn/commit/51fd31cc35baadce4b13259e6220e590c5ff8dd8"><code>51fd31c</code></a> Bypass parenthesizing attrs that contain an interpolated nonterminal expr</li>
<li><a href="https://github.com/dtolnay/syn/commit/f95f96e4060f1d421fc1e8c8c1d1e09aaa475e52"><code>f95f96e</code></a> Remove a test exclude that got fixed upstream in rustc</li>
<li><a href="https://github.com/dtolnay/syn/commit/97106b18367f038d6f2d0fcce1be18172c38f885"><code>97106b1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1060">#1060</a> from dtolnay/attrassign</li>
<li><a href="https://github.com/dtolnay/syn/commit/c09a2e503d5e68af16fa190768d356ea92645f3f"><code>c09a2e5</code></a> Fix precedence of attrs on assignment expr in stmt position</li>
<li><a href="https://github.com/dtolnay/syn/commit/a2701a0ef7693219d83c124d2c27fc99cdff1c20"><code>a2701a0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1059">#1059</a> from dtolnay/qvpat</li>
<li><a href="https://github.com/dtolnay/syn/commit/ebb9e43be73ab52aaf85d34b13a5dac63bb11c38"><code>ebb9e43</code></a> Parse qualified braced variant in pattern position</li>
<li><a href="https://github.com/dtolnay/syn/commit/d195790a8c3d5797a7c0230cb6c5b671643cc943"><code>d195790</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/syn/issues/1058">#1058</a> from dtolnay/qvexpr</li>
<li><a href="https://github.com/dtolnay/syn/commit/f2eaa7c0d022024e108c5e3f02a428c1c6caa88e"><code>f2eaa7c</code></a> Parse qualified braced variant in expression position</li>
<li><a href="https://github.com/dtolnay/syn/commit/e9eafa019b4a9e1517423af71db531fbeb1f1cce"><code>e9eafa0</code></a> Distinguish the two failures involving qualified braced variant</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/1.0.75...1.0.76">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
File tree
Expand file treeCollapse file tree
1 file changed
+10
-10
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+10
-10
lines changedOpen diff view settings
Collapse file
+10-10Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments