rustfs
rustfs copied to clipboard
Update futures requirement from 0.1.25 to 0.3.8 in /benchmarks
Updates the requirements on futures to permit the latest version.
Changelog
Sourced from futures's changelog.
0.3.8 - 2020-11-04
- Switch proc-macros to use native
#[proc_macro]at Rust 1.45+ (#2243)- Add
WeakShared(#2169)- Add
TryStreamExt::try_buffered(#2245)- Add
StreamExt::cycle(#2252)- Implemented
Cloneforstream::{Empty, Pending, Repeat, Iter}(#2248, #2252)- Fix panic in some
TryStreamExtcombinators (#2250)0.3.7 - 2020-10-23
- Fixed unsoundness in
MappedMutexGuard(#2240)- Re-exported
TakeUntil(#2235)- futures-test: Prevent double panic in
panic_waker(#2236)0.3.6 - 2020-10-06
- Fixed UB due to missing 'static on
task::waker(#2206)- Added
AsyncBufReadExt::fill_buf(#2225)- Added
TryStreamExt::try_take_while(#2212)- Added
is_connected_tomethod tompsc::{Sender, UnboundedSender}(#2179)- Added
is_connected_tomethod tooneshot::Sender(#2158)- Implement
FusedStreamforFuturesOrdered(#2205)- Fixed documentation links
- Improved documentation
- futures-test: Added
track_closedmethod toAsyncWriteTestExtandSinkTestExt(#2159)- futures-test: Implemented more traits for
InterleavePending(#2208)- futures-test: Implemented more traits for
AssertUnmoved(#2208)0.3.5 - 2020-05-08
- Added
StreamExt::flat_map.- Added
StreamExt::ready_chunks.- Added
*_unpinmethods toSinkExt.- Added a
cancellation()future tooneshot::Sender.- Added
reunitemethod toReadHalfandWriteHalf.- Added
Extendimplementations forFutures(Un)OrderedandSelectAll.- Added support for reexporting the
join!andselect!macros.- Added
no_stdsupport for thepending!andpoll!macros.- Added
SendandSyncsupport forAssertUnmoved.- Fixed a bug where
Sharedwasn't relinquishing control to the executor.- Removed the
Sendbound on the output ofRemoteHandle.- Relaxed bounds on
FuturesUnordered.- Reorganized internal tests to work under different
--features.- Reorganized the bounds on
StreamExt::forward.- Removed and replaced a large amount of internal
unsafe.0.3.4 - 2020-02-06
- Fixed missing
DropforUnboundedReceiver(#2064)0.3.3 - 2020-02-04
- Fixed compatibility issue with pinned facade (#2062)
0.3.2 - 2020-02-03
Commits
bde29daRelease 0.3.8ed0c997Remove needless borrows and method calls (#2259)f521eccUse HTTPS (#2258)a570781Add StreamExt::cycle (#2252)1fa794aUse Self keyword instead of concrete type name (#2251)90b4a8eAdd TryStreamExt::try_buffered (#2245)7667251Fix panic in some TryStreamExt combinators (#2250)310fd0dimpl Clone for stream::{Empty, Pending, Repeat} (#2248)e363f18Fix clippy::unnecessary_cast warning4122f3dUse only_hack_old_rustc for proc_macro_hack (#2243)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill 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)