Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump futures from 0.3.13 to 0.3.14 #253

Merged
merged 1 commit into from
Apr 12, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2021

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2021
@ascjones ascjones merged commit e913f20 into master Apr 12, 2021
@ascjones ascjones deleted the dependabot/cargo/futures-0.3.14 branch April 12, 2021 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant