forte-music / core

The core backend server for forte.
Other
6 stars 1 forks source link

Bump futures from 0.3.12 to 0.3.14 #223

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps futures from 0.3.12 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)

0.3.13

  • Mitigated starvation issues in FuturesUnordered (#2333)
  • Fixed race with dropping mpsc::Receiver (#2304)
  • Added Shared::{strong_count, weak_count} (#2346)
  • Added no_std support for task::noop_waker_ref (#2332)
  • Implemented Stream::size_hint for Either (#2325)
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)

0.3.13 - 2021-02-23

  • Mitigated starvation issues in FuturesUnordered (#2333)
  • Fixed race with dropping mpsc::Receiver (#2304)
  • Added Shared::{strong_count, weak_count} (#2346)
  • Added no_std support for task::noop_waker_ref (#2332)
  • Implemented Stream::size_hint for Either (#2325)
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[bot] commented 3 years ago

Superseded by #233.