Skip to content
Snippets Groups Projects
Unverified Commit af29eb41 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #693

693: build(deps): bump async-task from 4.3.0 to 4.4.0 r=stlankes a=dependabot[bot]

Bumps [async-task](https://github.com/smol-rs/async-task) from 4.3.0 to 4.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/smol-rs/async-task/releases">async-task's releases</a>.</em></p>
<blockquote>
<h2>v4.4.0</h2>
<ul>
<li>Ensure that the allocation doesn't exceed <code>isize::MAX</code> (<a href="https://redirect.github.com/smol-rs/async-task/issues/32">#32</a>)</li>
<li>Add <code>FallibleTask::is_finished()</code> (<a href="https://redirect.github.com/smol-rs/async-task/issues/34">#34</a>)</li>
<li>Add a metadata generic parameter to tasks (<a href="https://redirect.github.com/smol-rs/async-task/issues/33">#33</a>)</li>
<li>Add panic propagation to tasks (<a href="https://redirect.github.com/smol-rs/async-task/issues/37">#37</a>)</li>
<li>Add a way to tell if the task was woken while running from the schedule function (<a href="https://redirect.github.com/smol-rs/async-task/issues/42">#42</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/smol-rs/async-task/blob/master/CHANGELOG.md">async-task's changelog</a>.</em></p>
<blockquote>
<h1>Version 4.4.0</h1>
<ul>
<li>Ensure that the allocation doesn't exceed <code>isize::MAX</code> (<a href="https://redirect.github.com/smol-rs/async-task/issues/32">#32</a>)</li>
<li>Add <code>FallibleTask::is_finished()</code> (<a href="https://redirect.github.com/smol-rs/async-task/issues/34">#34</a>)</li>
<li>Add a metadata generic parameter to tasks (<a href="https://redirect.github.com/smol-rs/async-task/issues/33">#33</a>)</li>
<li>Add panic propagation to tasks (<a href="https://redirect.github.com/smol-rs/async-task/issues/37">#37</a>)</li>
<li>Add a way to tell if the task was woken while running from the schedule function (<a href="https://redirect.github.com/smol-rs/async-task/issues/42">#42</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/smol-rs/async-task/commit/eeee41da55610a1925a8c6ce849423740929b29e"><code>eeee41d</code></a> v4.4.0 (<a href="https://redirect.github.com/smol-rs/async-task/issues/45">#45</a>)</li>
<li><a href="https://github.com/smol-rs/async-task/commit/194e7a56ca73bc29efca4249c62293660b3c497c"><code>194e7a5</code></a> Add async-executor test to the CI (<a href="https://redirect.github.com/smol-rs/async-task/issues/44">#44</a>)</li>
<li><a href="https://github.com/smol-rs/async-task/commit/00581f524e808d95854459d46eb124d45d313790"><code>00581f5</code></a> Add <code>woken_while_running</code> as another argument to the scheduling function (<a href="https://redirect.github.com/smol-rs/async-task/issues/42">#42</a>)</li>
<li><a href="https://github.com/smol-rs/async-task/commit/9eb81969cce339462d993af135d0fc50f700d0d9"><code>9eb8196</code></a> Enable dependabot update for Rust</li>
<li><a href="https://github.com/smol-rs/async-task/commit/b792decfe6e791737198c5c79b1f7592d373b52d"><code>b792dec</code></a> Clean up CI config</li>
<li><a href="https://github.com/smol-rs/async-task/commit/2e0a196eef48e67cfa5558f71002c6b010fef7b9"><code>2e0a196</code></a> Add panic propagation (<a href="https://redirect.github.com/smol-rs/async-task/issues/37">#37</a>)</li>
<li><a href="https://github.com/smol-rs/async-task/commit/e2493422e5545287b6dfdf47f152b0634869653f"><code>e249342</code></a> Add default metadata type to FallibleTask</li>
<li><a href="https://github.com/smol-rs/async-task/commit/6a43c00517ab8fda64d60304c1459f683ecb256c"><code>6a43c00</code></a> Remove msrv field from .clippy.toml</li>
<li><a href="https://github.com/smol-rs/async-task/commit/d5bd8beeb60ae7a6971cb2d58c44254ea4b041b4"><code>d5bd8be</code></a> Add metadata to tasks (<a href="https://redirect.github.com/smol-rs/async-task/issues/33">#33</a>)</li>
<li><a href="https://github.com/smol-rs/async-task/commit/230b0a4c842b57c734c4c2f1e965d190b670a9b3"><code>230b0a4</code></a> Add FallibleTask::is_finished() (<a href="https://redirect.github.com/smol-rs/async-task/issues/34">#34</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/smol-rs/async-task/compare/v4.3.0...v4.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-task&package-manager=cargo&previous-version=4.3.0&new-version=4.4.0)](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: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parents 4a9c2c4f ab6e2057
No related branches found
No related tags found
No related merge requests found
Pipeline #948295 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment