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 cargo #161

Merged
merged 1 commit into from
Sep 30, 2024
Merged

fix(deps): update cargo #161

merged 1 commit into from
Sep 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Type Update Change
cxx (source) dependencies patch 1.0.126 -> 1.0.128
cxx-build (source) build-dependencies patch 1.0.126 -> 1.0.128
rstest dev-dependencies minor 0.22 -> 0.23
thiserror dependencies patch 1.0.63 -> 1.0.64

Release Notes

dtolnay/cxx (cxx)

v1.0.128

Compare Source

  • Allow passing C++ types by reference into panic::catch_unwind (#​1372)

v1.0.127

Compare Source

  • Fix opaque C++ types triggering UB when optimized by LTO (#​1370)
la10736/rstest (rstest)

v0.23.0

Compare Source

Add
  • You can now use environment variables in #[files] with an optional default value (see #​277).
  • You can now set a base_dir for #[files] with the $[base_dir = "..."] attribute (see #​277).
dtolnay/thiserror (thiserror)

v1.0.64

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 minor patch rust Pull requests that update Rust code labels Sep 30, 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: ecbdb47 Previous: bacd566 Ratio
philips_i2syntax_read_region_256_lvl_0 1376893 ns/iter (± 99101) 1372963 ns/iter (± 138416) 1.00
philips_i2syntax_read_region_256_lvl_1 1170751 ns/iter (± 56500) 1167142 ns/iter (± 38578) 1.00
philips_i2syntax_read_region_512_lvl_0 1699629 ns/iter (± 81007) 1562014 ns/iter (± 92833) 1.09
philips_i2syntax_read_region_512_lvl_1 7449627 ns/iter (± 425837) 7414292 ns/iter (± 288980) 1.00
philips_read_region_256_lvl_0 512636 ns/iter (± 37383) 515396 ns/iter (± 30247) 0.99
philips_read_region_256_lvl_1 1264621 ns/iter (± 61127) 1277157 ns/iter (± 47613) 0.99
philips_read_region_512_lvl_0 3572205 ns/iter (± 187111) 3597811 ns/iter (± 128450) 0.99
philips_read_region_512_lvl_1 2798894 ns/iter (± 130122) 3162407 ns/iter (± 120204) 0.89

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

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.02%. Comparing base (bacd566) to head (ecbdb47).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #161   +/-   ##
========================================
  Coverage    91.02%   91.02%           
========================================
  Files            8        8           
  Lines          568      568           
========================================
  Hits           517      517           
  Misses          51       51           

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

@AzHicham AzHicham merged commit 786ecba into develop Sep 30, 2024
10 checks passed
@AzHicham AzHicham deleted the renovate/cargo branch September 30, 2024 07:14
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 patch rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant