Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Bump futures-util from 0.3.11 to 0.3.13 #1778

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps futures-util from 0.3.11 to 0.3.13.

Release notes

Sourced from futures-util's releases.

0.3.13

  • Mitigated starvation issues in FuturesUnordered (#2333)
  • Fixed race with dropping mpsc::Receiver (#2304)
  • Added Shared::{strong_count, weak_count} (#2346)
  • Added no_std support for task::noop_waker_ref (#2332)
  • Implemented Stream::size_hint for Either (#2325)

0.3.12

  • Fixed Unpin impl of future::{MaybeDone, TryMaybeDone} where trait bounds were accidentally added in 0.3.9. (#2317)
Changelog

Sourced from futures-util's changelog.

0.3.13 - 2021-02-23

  • Mitigated starvation issues in FuturesUnordered (#2333)
  • Fixed race with dropping mpsc::Receiver (#2304)
  • Added Shared::{strong_count, weak_count} (#2346)
  • Added no_std support for task::noop_waker_ref (#2332)
  • Implemented Stream::size_hint for Either (#2325)

0.3.12 - 2021-01-15

  • Fixed Unpin impl of future::{MaybeDone, TryMaybeDone} where trait bounds were accidentally added in 0.3.9. (#2317)
Commits

Dependabot compatibility score

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 commands and options

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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.11 to 0.3.13.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.11...0.3.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot requested a review from a team as a code owner February 23, 2021 04:10
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 23, 2021
@xortive
Copy link
Contributor

xortive commented Feb 25, 2021

@dependabot merge

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

Waiting on code owner review from cloudflare/wrangler.

@xortive xortive merged commit 5bbd4a0 into master Feb 25, 2021
@delete-merged-branch delete-merged-branch bot deleted the dependabot/cargo/futures-util-0.3.13 branch February 25, 2021 19:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant