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 #144

Merged
merged 1 commit into from
Jun 18, 2024
Merged

fix(deps): update cargo #144

merged 1 commit into from
Jun 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cxx (source) dependencies patch 1.0.122 -> 1.0.124
cxx-build (source) build-dependencies patch 1.0.122 -> 1.0.124
rstest dev-dependencies minor 0.19 -> 0.21

Release Notes

dtolnay/cxx (cxx)

v1.0.124

Compare Source

  • Provide no-std Error impl for cxx::Exception (#​1355)
  • Avoid clippy::needless_maybe_sized lint being triggered inside generated code

v1.0.123

Compare Source

  • Support platforms on which C char is the same type as either of uint8_t or int8_t, e.g. illumos, as opposed to some third type of its own (#​1353, thanks @​luqmana)
la10736/rstest (rstest)

v0.21.0

Compare Source

Changed
  • Add feature crate-name enabled by default to opt-in crate rename
    support. See #​258

v0.20.0

Compare Source

Add
  • Implemented #[by_ref] attribute to take get a local lifetime for test arguments.
    See #​241 for more details. Thanks to
    @​narpfel for suggesting it and useful discussions.
  • Support for import rstest with another name. See #​221
Fixed
  • Don't remove Lifetimes from test function if any. See #​230
    #​241 for more details.
  • PathBuf does no longer need to be
    in scope when using #[files] (see #​242)
  • #[from(now::accept::also::path::for::fixture)] See #​246
    for more details

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file minor patch rust Pull requests that update Rust code labels Jun 17, 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: 89bb31b Previous: f7818f9 Ratio
philips_i2syntax_read_region_256_lvl_0 1336574 ns/iter (± 454760) 1386036 ns/iter (± 56471) 0.96
philips_i2syntax_read_region_256_lvl_1 1135964 ns/iter (± 187686) 1176848 ns/iter (± 49643) 0.97
philips_i2syntax_read_region_512_lvl_0 1534235 ns/iter (± 121864) 1697983 ns/iter (± 240939) 0.90
philips_i2syntax_read_region_512_lvl_1 7345400 ns/iter (± 224342) 7577916 ns/iter (± 282411) 0.97
philips_read_region_256_lvl_0 512273 ns/iter (± 45840) 523858 ns/iter (± 37602) 0.98
philips_read_region_256_lvl_1 1253709 ns/iter (± 38038) 1277722 ns/iter (± 41373) 0.98
philips_read_region_512_lvl_0 3573838 ns/iter (± 191034) 3699057 ns/iter (± 173709) 0.97
philips_read_region_512_lvl_1 2765008 ns/iter (± 111957) 3256670 ns/iter (± 138955) 0.85

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

Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.92%. Comparing base (f7818f9) to head (89bb31b).
Report is 13 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #144   +/-   ##
========================================
  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 894427f into develop Jun 18, 2024
10 checks passed
@AzHicham AzHicham deleted the renovate/cargo branch June 18, 2024 19:33
@AzHicham
Copy link
Owner

🎉 This PR is included in version 1.3.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 patch released rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant