Bump futures from 0.3.13 to 0.3.14

Sergej Kostjucenko requested to merge dependabot/cargo/futures-0.3.14 into master

Created by: dependabot[bot]

Bumps futures from 0.3.13 to 0.3.14.

Release notes

Sourced from futures's releases.

0.3.14

  • Add future::SelectAll::into_inner (#2363)
  • Allow calling UnboundedReceiver::try_next after None (#2369)
  • Reexport non-Ext traits from the root of futures_util (#2377)
  • Add AsyncSeekExt::stream_position (#2380)
  • Add stream::Peekable::{next_if, next_if_eq} (#2379)
Changelog

Sourced from futures's changelog.

0.3.14 - 2021-04-10

  • Add future::SelectAll::into_inner (#2363)
  • Allow calling UnboundedReceiver::try_next after None (#2369)
  • Reexport non-Ext traits from the root of futures_util (#2377)
  • Add AsyncSeekExt::stream_position (#2380)
  • Add stream::Peekable::{next_if, next_if_eq} (#2379)
Commits
  • 8aecdeb Release 0.3.14
  • 071a434 Link to modules instead of traits
  • e0d378f Add stream::Peekable::{next_if, next_if_eq}
  • a4a0e05 Add AsyncSeekExt::stream_position
  • 698e09a Reexport non-Ext traits from the root of futures_util
  • 4834780 Remove empty line from futures example
  • e21659e Add Receiver::try_next return value descriptions
  • caae228 Allow calling UnboundedReceiver::try_next after None
  • 53313b7 Add .editorconfig
  • 343e6c5 Document results of UnboundedReceiver::try_next
  • Additional commits viewable in compare view

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)

Merge request reports