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

Merged
merged 1 commit into from
Dec 18, 2024
Merged

fix(deps): update cargo #185

merged 1 commit into from
Dec 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Type Update Change
cxx (source) dependencies patch 1.0.133 -> 1.0.135
cxx-build (source) build-dependencies patch 1.0.133 -> 1.0.135
fast_image_resize dependencies minor 5.0.0 -> 5.1.0
thiserror dependencies patch 2.0.3 -> 2.0.8

Release Notes

dtolnay/cxx (cxx)

v1.0.135

Compare Source

v1.0.134

Compare Source

  • Mark all generated impl blocks with #[automatically_derived] to exclude from required test coverage (#​1412)
cykooz/fast_image_resize (fast_image_resize)

v5.1.0

Compare Source

Changed
  • Improved speed (about 9%) of SSE4.1 implementation for vertical
    convolution pass for pixel types based on u8 components.
Fixed
  • is_aarch64_feature_detected() is used now in
    the CpuExtensions::is_supported() method for aarch64 architecture.
dtolnay/thiserror (thiserror)

v2.0.8

Compare Source

  • Improve support for macro-generated derive(Error) call sites (#​399)

v2.0.7

Compare Source

  • Work around conflict with #[deny(clippy::allow_attributes)] (#​397, thanks @​zertosh)

v2.0.6

Compare Source

  • Suppress deprecation warning on generated From impls (#​396)

v2.0.5

Compare Source

  • Prevent deprecation warning on generated impl for deprecated type (#​394)

v2.0.4

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 Dec 16, 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: 2ce2e3a Previous: b698582 Ratio
philips_i2syntax_read_region_256_lvl_0 1357077 ns/iter (± 103606) 1339087 ns/iter (± 77511) 1.01
philips_i2syntax_read_region_256_lvl_1 1154089 ns/iter (± 46255) 1142648 ns/iter (± 123250) 1.01
philips_i2syntax_read_region_512_lvl_0 1550357 ns/iter (± 65923) 1528192 ns/iter (± 51847) 1.01
philips_i2syntax_read_region_512_lvl_1 7296141 ns/iter (± 247461) 7333672 ns/iter (± 216210) 0.99
philips_read_region_256_lvl_0 494157 ns/iter (± 34557) 502665 ns/iter (± 38747) 0.98
philips_read_region_256_lvl_1 1234719 ns/iter (± 84988) 1241595 ns/iter (± 57314) 0.99
philips_read_region_512_lvl_0 3538461 ns/iter (± 145825) 3550088 ns/iter (± 326439) 1.00
philips_read_region_512_lvl_1 2744475 ns/iter (± 67068) 2746950 ns/iter (± 115212) 1.00

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

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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'philips-isyntax-rs Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: 5ad3521 Previous: b698582 Ratio
philips_read_region_512_lvl_1 3315491 ns/iter (± 144370) 2746950 ns/iter (± 115212) 1.21

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

CC: @AzHicham

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.80%. Comparing base (b698582) to head (2ce2e3a).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #185      +/-   ##
===========================================
- Coverage    91.08%   89.80%   -1.29%     
===========================================
  Files            6        6              
  Lines          561      500      -61     
===========================================
- Hits           511      449      -62     
- Misses          50       51       +1     

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

@AzHicham AzHicham merged commit 7c60f94 into develop Dec 18, 2024
9 of 10 checks passed
@AzHicham AzHicham deleted the renovate/cargo branch December 18, 2024 07:47
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