Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate futures to v0.3.31 #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2022

This PR contains the following updates:

Package Type Update Change
futures (source) dependencies patch 0.3.23 -> 0.3.31

Release Notes

rust-lang/futures-rs (futures)

v0.3.31

Compare Source

  • Fix use after free of task in FuturesUnordered when dropped future panics (#​2886)
  • Fix soundness bug in task::waker_ref (#​2830)
    This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#​2884)
  • Fix parsing issue in select!/select_biased! (#​2832)
    This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#​2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#​2875)
  • Add future::AlwaysReady (#​2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#​2848)

v0.3.30

Compare Source

Note: This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later.

  • Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of (#​2797)
  • Fix panic in FuturesUnordered::clear (#​2809)
  • Fix panic in AsyncBufReadExt::fill_buf (#​2801, #​2812)
  • Improve support for targets without atomic CAS (#​2811)
  • Remove build scripts (#​2811)

v0.3.29

Compare Source

Note: This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later.

  • Add TryStreamExt::try_ready_chunks (#​2757)
  • Add TryStreamExt::{try_all,try_any} (#​2783)
  • Add UnboundedSender::{len,is_empty} (#​2750)
  • Fix Sync impl of FuturesUnordered (#​2788)
  • Fix infinite loop caused by invalid UTF-8 bytes (#​2785)
  • Fix build error with -Z minimal-versions (#​2761)

v0.3.28

Compare Source

Note: This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later.

v0.3.27

Compare Source

Note: This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later.

v0.3.26

Compare Source

Note: This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later.

  • Add Either::as_pin_mut and Either::as_pin_ref (#​2691)
  • Add Shared::ptr_eq and Shared::ptr_hash (#​2691)
  • Implement FusedStream for Buffered (#​2676)
  • Implement FusedStream for all streams in ReadyChunks (#​2693)
  • Fix bug in FuturesOrdered::push_front (#​2664)
  • Remove Fut::Output: Clone bounds from some Shared methods (#​2662)
  • Remove T: Debug bounds from Debug implementations of mpsc and oneshot types (#​2666, #​2667)

v0.3.25

Compare Source

Note: This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later.

  • Fix soundness issue in join! and try_join! macros (#​2649)
  • Implement Clone for sink::Drain (#​2650)

v0.3.24

Compare Source

Note: This release of futures-util has been yanked due to a bug fixed in 0.3.31 and a compile failure with futures-task 0.3.31 and later.

  • Fix incorrect termination of select_with_strategy streams (#​2635)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from 02b1ce0 to a3c7c8b Compare September 5, 2022 07:24
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from a3c7c8b to ec808f1 Compare September 23, 2022 09:07
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch 4 times, most recently from a4c4bc1 to 1ed2093 Compare October 15, 2022 12:22
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch 5 times, most recently from d2164e7 to 529108c Compare October 20, 2022 04:58
@renovate renovate bot changed the title fix(deps): update rust crate futures to 0.3.24 fix(deps): update rust crate futures to 0.3.25 Oct 20, 2022
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from 529108c to 52d261e Compare October 26, 2022 02:43
@renovate renovate bot changed the title fix(deps): update rust crate futures to 0.3.25 Update Rust crate futures to 0.3.25 Dec 17, 2022
@renovate renovate bot changed the title Update Rust crate futures to 0.3.25 fix(deps): update rust crate futures to 0.3.25 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from 52d261e to 6c4df9f Compare March 18, 2023 20:08
@renovate renovate bot changed the title fix(deps): update rust crate futures to 0.3.25 fix(deps): update rust crate futures to 0.3.27 Mar 18, 2023
@renovate renovate bot changed the title fix(deps): update rust crate futures to 0.3.27 fix(deps): update rust crate futures to 0.3.28 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from 6c4df9f to 71de63e Compare March 30, 2023 18:22
@renovate renovate bot changed the title fix(deps): update rust crate futures to 0.3.28 fix(deps): update rust crate futures to 0.3.29 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from 71de63e to 16e4b2a Compare October 26, 2023 14:37
@renovate
Copy link
Contributor Author

renovate bot commented Oct 26, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
    Updating git repository `https://github.com/influxdata/influxdb_iox`
error: failed to get `influxdb2_client` as a dependency of package `btwattch2-collector v0.1.0 (/tmp/renovate/repos/github/sksat/btwattch2-collector)`

Caused by:
  failed to load source for dependency `influxdb2_client`

Caused by:
  Unable to update https://github.com/influxdata/influxdb_iox#35f99fe9

Caused by:
  failed to fetch into: /home/ubuntu/.cargo/git/db/influxdb_iox-1b9c42dace7f47b7

Caused by:
  failed to authenticate when downloading repository

  * attempted to find username/password via git's `credential.helper` support, but failed

  if the git CLI succeeds then `net.git-fetch-with-cli` may help here
  https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli

Caused by:
  failed to acquire username/password from local configuration

@renovate renovate bot force-pushed the renovate/rust-futures-monorepo branch from 16e4b2a to cf221eb Compare December 24, 2023 15:47
@renovate renovate bot changed the title fix(deps): update rust crate futures to 0.3.29 fix(deps): update rust crate futures to 0.3.30 Dec 24, 2023
@renovate renovate bot changed the title fix(deps): update rust crate futures to 0.3.30 fix(deps): update rust crate futures to v0.3.30 May 5, 2024
Copy link
Contributor Author

renovate bot commented May 15, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
    Updating git repository `https://github.com/influxdata/influxdb_iox`
remote: Repository not found.
fatal: repository 'https://github.com/influxdata/influxdb_iox/' not found
error: failed to get `influxdb2_client` as a dependency of package `btwattch2-collector v0.1.0 (/tmp/renovate/repos/github/sksat/btwattch2-collector)`

Caused by:
  failed to load source for dependency `influxdb2_client`

Caused by:
  Unable to update https://github.com/influxdata/influxdb_iox#35f99fe9

Caused by:
  failed to fetch into: /home/ubuntu/.cargo/git/db/influxdb_iox-1b9c42dace7f47b7

Caused by:
  process didn't exit successfully: `git fetch --force --update-head-ok 'https://github.com/influxdata/influxdb_iox' '+35f99fe9400534fed6c148ec0d35b6435bba823e:refs/commit/35f99fe9400534fed6c148ec0d35b6435bba823e'` (exit status: 128)

@renovate renovate bot changed the title fix(deps): update rust crate futures to v0.3.30 fix(deps): update rust crate futures to v0.3.31 Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants