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

build(deps): bump futures from 0.3.8 to 0.3.9 #1570

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 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 dependabot bot added A-dependencies Area: Dependency file updates A-infrastructure Area: Infrastructure changes A-rust Area: Updates to Rust code labels Jan 8, 2021
@dependabot dependabot bot requested a review from dconnolly January 8, 2021 10:01
@dependabot dependabot bot force-pushed the dependabot/cargo/futures-0.3.9 branch from 15669fd to 8849334 Compare January 11, 2021 23:47
@dependabot dependabot bot force-pushed the dependabot/cargo/futures-0.3.9 branch from 8849334 to 3292a9a Compare January 12, 2021 02:30
@dconnolly
Copy link
Contributor

dconnolly commented Jan 12, 2021

This introduces a few unsafe usages when they replaced pin-project with pin-project-lite but they are narrowly scoped and only used where necessary for the refactor:
rust-lang/futures-rs#2273

@dconnolly dconnolly merged commit 21e92f6 into main Jan 12, 2021
@dconnolly dconnolly deleted the dependabot/cargo/futures-0.3.9 branch January 12, 2021 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates A-infrastructure Area: Infrastructure changes A-rust Area: Updates to Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant