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

chore(deps): update rust crate rstest to 0.19 #138

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rstest dev-dependencies minor 0.18 -> 0.19

Release Notes

la10736/rstest (rstest)

v0.19.0

Compare Source

Changed
  • Defined rust-version for each crate (see #​227)
Fixed
  • #[once] fixtures now require the returned type to be
    Sync to prevent UB
    when tests are executed in parallel. (see #​235
    for more details)

  • #[future(awt)] and #[awt] now properly handle mutable (mut) parameters by treating futures as immutable and
    treating the awaited rebinding as mutable.


Configuration

📅 Schedule: Branch creation - "after 8am and before 9am on monday" in timezone Europe/Paris, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file minor rust Pull requests that update Rust code labels Apr 11, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

philips-isyntax-rs Benchmark

Benchmark suite Current: a1cd9b9 Previous: f1c8371 Ratio
philips_i2syntax_read_region_256_lvl_0 1340378 ns/iter (± 86848) 1411209 ns/iter (± 92701) 0.95
philips_i2syntax_read_region_256_lvl_1 1142518 ns/iter (± 65130) 1178131 ns/iter (± 45498) 0.97
philips_i2syntax_read_region_512_lvl_0 1534244 ns/iter (± 176884) 1595346 ns/iter (± 179379) 0.96
philips_i2syntax_read_region_512_lvl_1 7406211 ns/iter (± 257360) 7697824 ns/iter (± 698045) 0.96
philips_read_region_256_lvl_0 512440 ns/iter (± 214890) 538920 ns/iter (± 48666) 0.95
philips_read_region_256_lvl_1 1254538 ns/iter (± 90042) 1309272 ns/iter (± 52824) 0.96
philips_read_region_512_lvl_0 3552575 ns/iter (± 166709) 3804862 ns/iter (± 227083) 0.93
philips_read_region_512_lvl_1 3133384 ns/iter (± 239092) 3332960 ns/iter (± 181971) 0.94

This comment was automatically generated by workflow using github-action-benchmark.

Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.92%. Comparing base (c7d0353) to head (a1cd9b9).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #138   +/-   ##
========================================
  Coverage    92.92%   92.92%           
========================================
  Files            7        7           
  Lines          410      410           
========================================
  Hits           381      381           
  Misses          29       29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AzHicham AzHicham merged commit f39adf3 into develop Apr 11, 2024
10 checks passed
@AzHicham AzHicham deleted the renovate/cargo branch April 11, 2024 12:57
@AzHicham
Copy link
Owner

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 minor released rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant