postgresql-to-amqp
postgresql-to-amqp copied to clipboard
Update futures requirement from 0.1.12 to 0.3.5
Updates the requirements on futures to permit the latest version.
Release notes
Sourced from futures's releases.
0.3.5
- 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.
Changelog
Sourced from futures's changelog.
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
- Improved buffering performance of
SplitSink(#1969)- Added
select_biased!macro (#1976)- Added
hash_receivermethod to mpsc channel (#1962)- Added
stream::try_unfold(#1977)- Fixed bug with zero-size buffers in vectored IO (#1998)
AtomicWaker::new()is nowconst fn(#2007)- Fixed bug between threadpool and user park/unparking (#2010)
- Added
stream::Peakable::peek(#2021)- Added
StreamExt::scan(#2044)- Added impl of
AsyncRead/WriteforBufReader/Writer(#2033)- Added impl of
SpawnandLocalSpawnforArc<impl SpawnandRc<impl Spawn>(#2039)- Fixed
Syncissues withFuturesUnordered(#2054)- Added
into_innermethod forfuture::Ready(#2055)- Added
MappedMutexGuardAPI (#2056)- Mitigated starvation issues in
FuturesUnordered(#2049)- Added
TryFutureExt::map_ok_or_else(#2058)0.3.1 - 2019-11-7
- Fix signature of
LocalSpawntrait (breaking change -- see #1959)0.3.0 - 2019-11-5
... (truncated)
Commits
4ceafb3Stage 0.3.55b91728Drop unneeded Send/Sync bound from AssertUnmoved4b930bbImplement Send + Sync for AssertUnmoved3bf5ac9Merge pull request #2128 from Diggsey/snip1b44548Merge branch 'master' into snip32005e3fix: Shared must relinquish control to the executor if repolleddc06edaUpdate pin-utils to 0.1dc00793Make ready and lazy's panic messages easy to understand127b244Allow pending! and poll! in no_stddfc6673Update futures-util/src/future/future/flatten.rs- 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 will not automatically merge this PR because this dependency is pre-1.0.0.
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)