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

⬆️ update Rust crate futures to v0.3.31 - autoclosed #380

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Type Update Change
futures (source) dependencies patch 0.3.30 -> 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)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 1, 2024
@renovate renovate bot requested a review from ttytm as a code owner November 1, 2024 00:28
Copy link

github-actions bot commented Nov 1, 2024

Filename                              Stmts    Miss  Cover    Missing
----------------------------------  -------  ------  -------  ------------------------------------------------------------------------------------------------------------
src/main.rs                              16      16  0.00%    19-39
src/modules/api.rs                       24      13  45.83%   26-29, 38, 49-88
src/modules/args.rs                       4       4  0.00%    92-96
src/modules/config.rs                    30      24  20.00%   52-96
src/modules/forecast.rs                  18       4  77.78%   20-21, 23-24
src/modules/localization.rs             105      41  60.95%   163-207, 234-270
src/modules/location.rs                  53      28  47.17%   25-29, 59-63, 75, 89, 95-104, 109, 118-126, 131-132, 142-143
src/modules/params.rs                    51      51  0.00%    23-130
src/modules/units.rs                     13       0  100.00%
src/modules/weather.rs                   28      28  0.00%    83-154
src/modules/display/border.rs            47      18  61.70%   20-22, 26-27, 31-33, 37-38, 42-44, 48-50, 105-106
src/modules/display/current.rs           46       6  86.96%   34, 38, 84, 97, 126-127
src/modules/display/day.rs               42       7  83.33%   29, 33, 58, 61, 67, 92-93
src/modules/display/graph.rs            169      61  63.91%   87-126, 142, 149, 156, 161, 177, 183-187, 197, 211, 218, 225, 230, 246, 275-284, 295-317, 334, 343, 365, 370
src/modules/display/gui_config.rs        15       3  80.00%   48, 54, 60
src/modules/display/historical.rs        44      44  0.00%    23-153
src/modules/display/hourly.rs           163      97  40.49%   48-67, 71-80, 89-92, 99, 141, 145-146, 229, 250, 269-279, 323-457
src/modules/display/product.rs           26      26  0.00%    26-76
src/modules/display/utils.rs             35       6  82.86%   14-17, 23, 54-55
src/modules/display/weathercode.rs       31      23  25.81%   13, 17-23, 26-32, 34-41
src/modules/display/week.rs              45       3  93.33%   36, 105-106
src/modules/display/wind.rs              21      11  47.62%   24-27, 35-38, 40-42
TOTAL                                  1026     514  49.90%

Copy link

github-actions bot commented Nov 1, 2024

Test Results

13 tests  ±0   13 ✅ ±0   1s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 43ec714. ± Comparison against base commit 767557f.

@renovate renovate bot changed the title ⬆️ update Rust crate futures to v0.3.31 ⬆️ update Rust crate futures to v0.3.31 - autoclosed Nov 1, 2024
@renovate renovate bot closed this Nov 1, 2024
@renovate renovate bot deleted the renovate/futures-0.x-lockfile branch November 1, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant