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

chore(deps): bump futures from 0.3.8 to 0.3.9 #5952

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2021

Bumps futures from 0.3.8 to 0.3.9.

Release notes

Sourced from futures's releases.

0.3.9

  • Significantly improved compile time when async-await crate feature is disabled (#2273)
  • Added stream::repeat_with (#2279)
  • Added StreamExt::unzip (#2263)
  • Added sink::unfold (#2268)
  • Added SinkExt::feed (#2155)
  • Implemented FusedFuture for oneshot::Receiver (#2300)
  • Implemented Clone for sink::With (#2290)
  • Re-exported MapOkOrElse, MapInto, OkInto, TryFlatten, WriteAllVectored (#2275)
Changelog

Sourced from futures's changelog.

0.3.9 - 2021-01-08

  • Significantly improved compile time when async-await crate feature is disabled (#2273)
  • Added stream::repeat_with (#2279)
  • Added StreamExt::unzip (#2263)
  • Added sink::unfold (#2268)
  • Added SinkExt::feed (#2155)
  • Implemented FusedFuture for oneshot::Receiver (#2300)
  • Implemented Clone for sink::With (#2290)
  • Re-exported MapOkOrElse, MapInto, OkInto, TryFlatten, WriteAllVectored (#2275)
Commits
  • 1661bad Release 0.3.9
  • 62e0328 Remove version from path dev-dependencies to make it easier to publish (#2305)
  • 73aaf4a Run sanitizers on CI (#2303)
  • 8e9b86e Do not redefine modules in futures crate (#2299)
  • 88bd185 impl FusedFuture for oneshot::Receiver (#2300)
  • caea9b1 Add clippy configuration file (#2301)
  • 7ce5ce8 perf: Pack the state and future of unfolds in the same memory (#2283)
  • 5559680 Replace deprecated compare_and_swap with compare_exchange (#2297)
  • 8a04b51 Implement Clone for With combinator (#2290)
  • da71932 futures-util: Migrate from pin-project to pin-project-lite
  • 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 domain: deps Anything related to Vector's dependencies label Jan 9, 2021
@dependabot dependabot bot requested a review from fanatid January 9, 2021 04:03
@dependabot dependabot bot force-pushed the dependabot/cargo/futures-0.3.9 branch from 1237632 to 6c1f75e Compare January 12, 2021 14:23
@dependabot dependabot bot force-pushed the dependabot/cargo/futures-0.3.9 branch from 6c1f75e to e5cd969 Compare January 12, 2021 15:03
@fanatid fanatid mentioned this pull request Jan 12, 2021
@fanatid
Copy link
Contributor

fanatid commented Jan 12, 2021

Moved to #5999

@fanatid fanatid closed this Jan 12, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/futures-0.3.9 branch January 12, 2021 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: deps Anything related to Vector's dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant