vault-client
vault-client copied to clipboard
Update futures requirement from 0.1 to 0.3 in /vault-api
Updates the requirements on futures to permit the latest version.
Changelog
Sourced from futures's changelog.
0.3.14 - 2021-04-10
- Add
future::SelectAll::into_inner(#2363)- Allow calling
UnboundedReceiver::try_nextafterNone(#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_stdsupport fortask::noop_waker_ref(#2332)- Implemented
Stream::size_hintforEither(#2325)0.3.12 - 2021-01-15
- Fixed
Unpinimpl offuture::{MaybeDone, TryMaybeDone}where trait bounds were accidentally added in 0.3.9. (#2317)0.3.11 - 2021-01-14
- Fixed heap buffer overflow in
AsyncReadExt::{read_to_end, read_to_string}(#2314)0.3.10 - 2021-01-13
- Fixed type-inference in
sink::unfoldby specifying more of its types (breaking change -- see #2311)0.3.9 - 2021-01-08
- Significantly improved compile time when
async-awaitcrate feature is disabled (#2273)- Added
stream::repeat_with(#2279)- Added
StreamExt::unzip(#2263)- Added
sink::unfold(#2268)- Added
SinkExt::feed(#2155)- Implemented
FusedFutureforoneshot::Receiver(#2300)- Implemented
Cloneforsink::With(#2290)- Re-exported
MapOkOrElse,MapInto,OkInto,TryFlatten,WriteAllVectored(#2275)0.3.8 - 2020-11-04
- Switched proc-macros to use native
#[proc_macro]at Rust 1.45+ (#2243)- Added
WeakShared(#2169)- Added
TryStreamExt::try_buffered(#2245)- Added
StreamExt::cycle(#2252)- Implemented
Cloneforstream::{Empty, Pending, Repeat, Iter}(#2248, #2252)- Fixed 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
... (truncated)
Commits
8aecdebRelease 0.3.14071a434Link to modules instead of traitse0d378fAdd stream::Peekable::{next_if, next_if_eq}a4a0e05Add AsyncSeekExt::stream_position698e09aReexport non-Ext traits from the root of futures_util4834780Remove empty line from futures examplee21659eAdd Receiver::try_next return value descriptionscaae228Allow calling UnboundedReceiver::try_next after None53313b7Add .editorconfig343e6c5Document results of UnboundedReceiver::try_next- 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