Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump futures-task from 0.3.1 to 0.3.28#21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/cargo/futures-task-0.3.28

Conversation

dependabot[bot]
Copy link

@dependabotdependabotbot commented on behalf ofgithubJun 13, 2023

Bumpsfutures-task from 0.3.1 to 0.3.28.

Release notes

Sourced fromfutures-task's releases.

0.3.28

  • Update to syn 2. This raises MSRV of utility crates to 1.56. (#2730,#2733)
  • Fix bug inFlattenUnordered (#2726,#2728)

0.3.27

0.3.26

  • AddEither::as_pin_mut andEither::as_pin_ref (#2691)
  • AddShared::ptr_eq andShared::ptr_hash (#2691)
  • ImplementFusedStream forBuffered (#2676)
  • ImplementFusedStream for all streams inReadyChunks (#2693)
  • Fix bug inFuturesOrdered::push_front (#2664)
  • RemoveFut::Output: Clone bounds from someShared methods (#2662)
  • RemoveT: Debug bounds fromDebug implementations ofmpsc andoneshot types (#2666,#2667)

0.3.25

  • Fix soundness issue injoin! andtry_join! macros (#2649)
  • ImplementClone forsink::Drain (#2650)

0.3.24

  • Fix incorrect termination ofselect_with_strategy streams (#2635)

0.3.23

  • Work around MSRV increase due to a cargo bug.

0.3.22

  • FixSync impl ofBiLockGuard (#2570)
  • Fix partial iteration inFuturesUnordered (#2574)
  • Fix false detection of inner panics inShared (#2576)
  • AddMutex::lock_owned andMutex::try_lock_owned (#2571)
  • Addio::copy_buf_abortable (#2507)
  • RemoveUnpin bound fromTryStreamExt::into_async_read (#2599)
  • Makerun_until_stalled handle self-waking futures (#2593)
  • UseFuturesOrdered intry_join_all (#2556)
  • Fix orderings inLocalPool waker (#2608)
  • Fixstream::Chunk adapters size hints (#2611)
  • Addpush_front andpush_back toFuturesOrdered (#2591)
  • DeprecateFuturesOrdered::push in favor ofFuturesOrdered::push_back (#2591)
  • Performance improvements (#2583,#2626)
  • Documentation improvements (#2579,#2604,#2613)

0.3.21

  • Fix potential data race inFlattenUnordered that introduced in 0.3.20 (#2566)

0.3.20

  • Fix stacked borrows violations when-Zmiri-tag-raw-pointers is enabled. This raises MSRV offutures-task to 1.45. (#2548,#2550)

... (truncated)

Changelog

Sourced fromfutures-task's changelog.

0.3.28 - 2023-03-30

  • Update to syn 2. This raises MSRV of utility crates to 1.56. (#2730,#2733)
  • Fix bug inFlattenUnordered (#2726,#2728)

0.3.27 - 2023-03-11

0.3.26 - 2023-01-30

  • AddEither::as_pin_mut andEither::as_pin_ref (#2691)
  • AddShared::ptr_eq andShared::ptr_hash (#2691)
  • ImplementFusedStream forBuffered (#2676)
  • ImplementFusedStream for all streams inReadyChunks (#2693)
  • Fix bug inFuturesOrdered::push_front (#2664)
  • RemoveFut::Output: Clone bounds from someShared methods (#2662)
  • RemoveT: Debug bounds fromDebug implementations ofmpsc andoneshot types (#2666,#2667)

0.3.25 - 2022-10-20

  • Fix soundness issue injoin! andtry_join! macros (#2649)
  • ImplementClone forsink::Drain (#2650)

0.3.24 - 2022-08-29

  • Fix incorrect termination ofselect_with_strategy streams (#2635)

0.3.23 - 2022-08-14

  • Work around MSRV increase due to a cargo bug.

0.3.22 - 2022-08-14

  • FixSync impl ofBiLockGuard (#2570)
  • Fix partial iteration inFuturesUnordered (#2574)
  • Fix false detection of inner panics inShared (#2576)
  • AddMutex::lock_owned andMutex::try_lock_owned (#2571)
  • Addio::copy_buf_abortable (#2507)
  • RemoveUnpin bound fromTryStreamExt::into_async_read (#2599)
  • Makerun_until_stalled handle self-waking futures (#2593)
  • UseFuturesOrdered intry_join_all (#2556)
  • Fix orderings inLocalPool waker (#2608)
  • Fixstream::Chunk adapters size hints (#2611)
  • Addpush_front andpush_back toFuturesOrdered (#2591)
  • DeprecateFuturesOrdered::push in favor ofFuturesOrdered::push_back (#2591)
  • Performance improvements (#2583,#2626)

... (truncated)

Commits

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 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)
    You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.1 to 0.3.28.- [Release notes](https://github.com/rust-lang/futures-rs/releases)- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)- [Commits](rust-lang/futures-rs@0.3.1...0.3.28)---updated-dependencies:- dependency-name: futures-task  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelJun 13, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp