Bump futures from 0.3.8 to 0.3.9
Created by: dependabot[bot]
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
foroneshot::Receiver
(#2300)- Implemented
Clone
forsink::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
foroneshot::Receiver
(#2300)- Implemented
Clone
forsink::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 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)