Skip to content

Commit

Permalink
Merge #107
Browse files Browse the repository at this point in the history
107: chore(deps): bump futures from 0.3.28 to 0.3.29 r=crepererum a=dependabot[bot]

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.29.
<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.29</h2>
<ul>
<li>Add <code>TryStreamExt::try_ready_chunks</code> (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2757">#2757</a>)</li>
<li>Add <code>TryStreamExt::{try_all,try_any}</code> (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2783">#2783</a>)</li>
<li>Add <code>UnboundedSender::{len,is_empty}</code> (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2750">#2750</a>)</li>
<li>Fix <code>Sync</code> impl of <code>FuturesUnordered</code> (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2788">#2788</a>)</li>
<li>Fix infinite loop caused by invalid UTF-8 bytes (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2785">#2785</a>)</li>
<li>Fix build error with -Z minimal-versions (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2761">#2761</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.29 - 2023-10-26</h1>
<ul>
<li>Add <code>TryStreamExt::try_ready_chunks</code> (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2757">#2757</a>)</li>
<li>Add <code>TryStreamExt::{try_all,try_any}</code> (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2783">#2783</a>)</li>
<li>Add <code>UnboundedSender::{len,is_empty}</code> (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2750">#2750</a>)</li>
<li>Fix <code>Sync</code> impl of <code>FuturesUnordered</code> (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2788">#2788</a>)</li>
<li>Fix infinite loop caused by invalid UTF-8 bytes (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2785">#2785</a>)</li>
<li>Fix build error with -Z minimal-versions (<a href="https://redirect.github.com/rust-lang/futures-rs/issues/2761">#2761</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-lang/futures-rs/commit/86f2a6aa8c0a188c8b75be0e4eac711321fd13d7"><code>86f2a6a</code></a> Release 0.3.29</li>
<li><a href="https://github.com/rust-lang/futures-rs/commit/a40204d698c0f435fe53e4d6a3191239375c9103"><code>a40204d</code></a> Provide AtomicWaker if portable-atomic feature is enabled, even if atomic CAS...</li>
<li><a href="https://github.com/rust-lang/futures-rs/commit/24cca65c7ab4677b399a25038721b64cb9cd4da7"><code>24cca65</code></a> Add <code>TryAny</code> adapter</li>
<li><a href="https://github.com/rust-lang/futures-rs/commit/e60a439bde9d0444aaddc7fb51c5d9d78547f14c"><code>e60a439</code></a> Add <code>TryAll</code> adapter</li>
<li><a href="https://github.com/rust-lang/futures-rs/commit/5051335313576ea32d172a68beda3cdfcb2823de"><code>5051335</code></a> Remove unsafe code from AssertUnmoved</li>
<li><a href="https://github.com/rust-lang/futures-rs/commit/60a86e1532ec890cfa8e4c35e89b2170a748a5d6"><code>60a86e1</code></a> Fix Sync impl of FuturesUnordered</li>
<li><a href="https://github.com/rust-lang/futures-rs/commit/f392082f3a2546b2a2bd56b230e7035394d8427e"><code>f392082</code></a> Extend io::AsyncBufReadExt::lines example with invalid UTF-8</li>
<li><a href="https://github.com/rust-lang/futures-rs/commit/2f2ec390e47576c4964995a31197499d4d19d7ab"><code>2f2ec39</code></a> Fix infinite loop caused by invalid UTF-8 bytes</li>
<li><a href="https://github.com/rust-lang/futures-rs/commit/8570ea6a7abcaeee86d72ce2b12e3ce2950d5c50"><code>8570ea6</code></a> Fix unused_imports warning</li>
<li><a href="https://github.com/rust-lang/futures-rs/commit/43c0c5f81a790738fc00b28a60dfb513de892a5d"><code>43c0c5f</code></a> Add tests for <code>StreamExt::all</code> and <code>StreamExt::any</code></li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/futures-rs/compare/0.3.28...0.3.29">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.28&new-version=0.3.29)](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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@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>
  • Loading branch information
bors[bot] and dependabot[bot] authored Oct 30, 2023
2 parents 03987bb + 44a8206 commit a83ee9b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.75"
async-trait = "0.1.74"
clap = { version = "4.4.7", features = ["derive", "env"] }
dotenvy = "0.15.7"
futures = "0.3.28"
futures = "0.3.29"
thirtyfour = "0.31.0"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.40"
Expand Down

0 comments on commit a83ee9b

Please sign in to comment.