Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump futures from 0.3.24 to 0.3.25 (#899)
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25. <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.25</h2> <ul> <li>Fix soundness issue in <code>join!</code> and <code>try_join!</code> macros (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2649">#2649</a>)</li> <li>Implement <code>Clone</code> for <code>sink::Drain</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2650">#2650</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.25 - 2022-10-20</h1> <ul> <li>Fix soundness issue in <code>join!</code> and <code>try_join!</code> macros (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2649">#2649</a>)</li> <li>Implement <code>Clone</code> for <code>sink::Drain</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2650">#2650</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/futures-rs/commit/77d82198c5afd04af3e760a6aa50b7e875289fc3"><code>77d8219</code></a> Release 0.3.25</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/44dc9ef033ecae40b8705d17020673b98729d2e1"><code>44dc9ef</code></a> Fix soundness hole in join macros (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2649">#2649</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/521f2ae50b5225167920ff746510642ec4caeded"><code>521f2ae</code></a> Implement <code>Clone</code> for <code>Drain</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2650">#2650</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/5364e6c086c246da25cd71b32814db21e77b1afd"><code>5364e6c</code></a> Fix clippy::unnecessary_cast warning</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/485875f10044386f1ef8925a3880f889a2ff731e"><code>485875f</code></a> Ignore unreachable_pub lint</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/624a7ec91719034858a631e7bf01290bd8716bd8"><code>624a7ec</code></a> Update no_atomic_cas.rs</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/8d2f3854545a0fbd3d6f8b56e33bd09f0297430d"><code>8d2f385</code></a> Remove some double trait bounds (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2645">#2645</a>)</li> <li><a href="https://github.com/rust-lang/futures-rs/commit/0118f5c8f805c887e36c0310d945f37e2e95592e"><code>0118f5c</code></a> Fix CI (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2644">#2644</a>)</li> <li>See full diff in <a href="https://github.com/rust-lang/futures-rs/compare/0.3.24...0.3.25">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.24&new-version=0.3.25)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information