Skip to content
This repository has been archived by the owner on Jun 25, 2018. It is now read-only.

Update futures requirement to ^0.2 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on futures to permit the latest version.

Changelog

Sourced from futures's changelog.

0.1.17 - 2017-10-31

  • Add a close method on sink::Wait
  • Undeprecate stream::iter as stream::iter_result
  • Improve performance of wait-related methods
  • Tweak buffered sinks with a 0 capacity to forward directly to the underlying
    sink.
  • Add FromIterator implementation for FuturesOrdered and FuturesUnordered.

0.1.16 - 2017-09-15

  • A prelude module has been added to glob import from and pick up a whole
    bunch of useful types
  • sync::mpsc::Sender::poll_ready has been added as an API
  • sync::mpsc::Sender::try_send has been added as an API

0.1.15 - 2017-08-24

  • Improve performance of BiLock methods
  • Implement Clone for FutureResult
  • Forward Stream trait through SinkMapErr
  • Add stream::futures_ordered next to futures_unordered
  • Reimplement Stream::buffered on top of stream::futures_ordered (much more
    efficient at scale).
  • Add a with_notify function for abstractions which previously required
    UnparkEvent.
  • Add get_ref/get_mut/into_inner functions for stream take/skip methods
  • Add a Clone implementation for SharedItem and SharedError
  • Add a mpsc::spawn function to spawn a Stream into an Executor
  • Add a reunite function for BiLock and the split stream/sink types to
    rejoin two halves and reclaim the original item.
  • Add stream::poll_fn to behave similarly to future::poll_fn
  • Add Sink::with_flat_map like Iterator::flat_map
  • Bump the minimum Rust version to 1.13.0
  • Expose AtomicTask in the public API for managing synchronization around task
    notifications.
  • Unify the Canceled type of the sync and unsync modules.
  • Deprecate the boxed methods. These methods have caused more confusion than
    they've solved historically, so it's recommended to use a local extension
    trait or a local helper instead of the trait-based methods.
  • Deprecate the Stream::merge method as it's less ergonomic than select.
  • Add oneshot::Sender::is_canceled to test if a oneshot is canceled off a
    task.
  • Deprecates UnboundedSender::send in favor of a method named unbounded_send
    to avoid a conflict with Sink::send.
  • Deprecate the stream::iter function in favor of an stream::iter_ok adaptor
    to avoid the need to deal with Result manually.
  • Add an inspect function to the Future and Stream traits along the lines
    of Iterator::inspect

... (truncated)

Commits

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 ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant