Skip to content

Commit

Permalink
Bump futures from 0.3.26 to 0.3.27 in /packages/os/ffi/application (#…
Browse files Browse the repository at this point in the history
…1859)

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.26 to
0.3.27.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/futures-rs/releases">futures's
releases</a>.</em></p>
<blockquote>
<h2>0.3.27</h2>
<ul>
<li>Add <code>TryFlattenUnordered</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2577">#2577</a>,
<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2590">#2590</a>,
<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2606">#2606</a>,
<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2607">#2607</a>)</li>
<li>Add <code>AbortHandle::is_aborted</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2710">#2710</a>)</li>
<li>Add <code>AbortRegistration::handle</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2712">#2712</a>)</li>
<li>Make <code>BiLock</code> strict-provenance compatible (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2716">#2716</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures's
changelog</a>.</em></p>
<blockquote>
<h1>0.3.27 - 2023-03-11</h1>
<ul>
<li>Add <code>TryFlattenUnordered</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2577">#2577</a>,
<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2590">#2590</a>,
<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2606">#2606</a>,
<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2607">#2607</a>)</li>
<li>Add <code>AbortHandle::is_aborted</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2710">#2710</a>)</li>
<li>Add <code>AbortRegistration::handle</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2712">#2712</a>)</li>
<li>Make <code>BiLock</code> strict-provenance compatible (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2716">#2716</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/cfc501c9c7ef53c531ed43533bb02845f65ff79e"><code>cfc501c</code></a>
Release 0.3.27</li>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/335b43173f6a0361680a9cfcfccf86bc358ba388"><code>335b431</code></a>
Automatically cancel outdated CI runs on PR</li>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/4b9dddf220d9757c65df198b35825988d7bdee87"><code>4b9dddf</code></a>
Remove dead code</li>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/d1acf088521f1a0a509ee1a5ba8d5c4e86beb4a2"><code>d1acf08</code></a>
tests: restore disabled tests and benches for BiLock (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2715">#2715</a>)</li>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/0ffaaa0859db4fe29dd4221d89e3bf3495b5f3f5"><code>0ffaaa0</code></a>
Make BiLock strict-provenance compatible (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2716">#2716</a>)</li>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/4266221ae0f83cd91ab6d1d0202291bfbc2739b3"><code>4266221</code></a>
Add AbortRegistration::handle (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2712">#2712</a>)</li>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/9c44e14810462ac85f630cae5128494e5d58cf48"><code>9c44e14</code></a>
add AbortHandle::is_aborted() (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2710">#2710</a>)</li>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/5b64af3f38b80d7717d26a46ed49aeedd52b5d15"><code>5b64af3</code></a>
Ensure unreachable branch is eliminated (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2708">#2708</a>)</li>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/bc85d233fedfa7858d3ee184f50e523af6a32368"><code>bc85d23</code></a>
Simplify Fuse::poll to use a match expression instead of
<code>return</code> (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2694">#2694</a>)</li>
<li><a
href="https://github.com/rust-lang/futures-rs/commit/b0d2c56e944c007cca2b35413f84b9934a8eb716"><code>b0d2c56</code></a>
Poll <code>Select</code> futures without moving them (<a
href="https://redirect.github.com/rust-lang/futures-rs/issues/2704">#2704</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.27">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=futures&package-manager=cargo&previous-version=0.3.26&new-version=0.3.27)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2023
1 parent c8615a3 commit 5cca67d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/os/ffi/application/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cca67d

Please sign in to comment.