Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 19, 2019

Bumps futures-preview from 0.3.0-alpha.17 to 0.3.0-alpha.18.

Release notes

Sourced from futures-preview's releases.

0.3.0-alpha.18

  • Rewrote join! and try_join! as procedural macros to allow passing expressions (#1783)
  • Banned manual implementation of TryFuture and TryStream for forward compatibility. See #1776 for more details. (#1777)
  • Changed AsyncReadExt::read_to_end to return the total number of bytes read (#1721)
  • Changed ArcWake::into_waker to a free function waker (#1676)
  • Supported trailing commas in macros (#1733)
  • Removed futures-channel dependency from futures-executor (#1735)
  • Supported channel::oneshot in no_std environment (#1749)
  • Added Future bounds to FusedFuture (#1779)
  • Added Stream bounds to FusedStream (#1779)
  • Changed StreamExt::boxed to return BoxStream (#1780)
  • Added StreamExt::boxed_local (#1780)
  • Added AsyncReadExt::read_to_string (#1721)
  • Implemented AsyncWrite for IntoAsyncRead (#1734)
  • Added get_ref, get_mut and into_inner methods to Compat01As03 and Compat01As03Sink (#1705)
  • Added ThreadPool::{spawn_ok, spawn_obj_ok} (#1750)
  • Added TryStreamExt::try_flatten (#1731)
  • Added FutureExt::now_or_never (#1747)
Changelog

Sourced from futures-preview's changelog.

0.3.0-alpha.18 - 2019-8-9

  • Rewrote join! and try_join! as procedural macros to allow passing expressions (#1783)
  • Banned manual implementation of TryFuture and TryStream for forward compatibility. See #1776 for more details. (#1777)
  • Changed AsyncReadExt::read_to_end to return the total number of bytes read (#1721)
  • Changed ArcWake::into_waker to a free function waker (#1676)
  • Supported trailing commas in macros (#1733)
  • Removed futures-channel dependency from futures-executor (#1735)
  • Supported channel::oneshot in no_std environment (#1749)
  • Added Future bounds to FusedFuture (#1779)
  • Added Stream bounds to FusedStream (#1779)
  • Changed StreamExt::boxed to return BoxStream (#1780)
  • Added StreamExt::boxed_local (#1780)
  • Added AsyncReadExt::read_to_string (#1721)
  • Implemented AsyncWrite for IntoAsyncRead (#1734)
  • Added get_ref, get_mut and into_inner methods to Compat01As03 and Compat01As03Sink (#1705)
  • Added ThreadPool::{spawn_ok, spawn_obj_ok} (#1750)
  • Added TryStreamExt::try_flatten (#1731)
  • Added FutureExt::now_or_never (#1747)
Commits
  • 66c879e Fix changelog release date for 0.3.0-alpha.18
  • 569e4c6 State 0.3.0-alpha.18
  • fe54db5 Update changelog for next release
  • 8e55a0f Elide lifetimes in Pin\<&mut Self>
  • 049922d Rewrite join! and try_join! as procedural macros
  • d5816f5 Re-add some disabled tests
  • e91a3f1 ci: Use the latest toolchain with clippy available if clippy is unavailable o...
  • 22e2942 Add Future/Stream bounds to FusedFuture/FusedStream
  • ab7743d Change StreamExt::boxed to return BoxStream and add StreamExt::boxed_local
  • 8b72bc9 Ban manual implementation of TryFuture and TryStream
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 19, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/futures-preview-0.3.0-alpha.18 branch 2 times, most recently from 1518080 to d8bcb1e Compare August 26, 2019 20:11
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/futures-preview-0.3.0-alpha.18 branch 2 times, most recently from ba40867 to f558f93 Compare September 25, 2019 15:53
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/futures-preview-0.3.0-alpha.18 branch 2 times, most recently from 8e41de0 to e923d2c Compare October 10, 2019 14:11
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/futures-preview-0.3.0-alpha.18 branch 4 times, most recently from c3764da to 037fdea Compare October 27, 2019 12:10
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/futures-preview-0.3.0-alpha.18 branch from 037fdea to 88f625f Compare May 30, 2020 13:47
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