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

Merged
merged 1 commit into from
Oct 28, 2024
Merged

fix(deps): update cargo #166

merged 1 commit into from
Oct 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Type Update Change
cxx (source) dependencies patch 1.0.128 -> 1.0.129
cxx-build (source) build-dependencies patch 1.0.128 -> 1.0.129
image dependencies patch 0.25.2 -> 0.25.4
thiserror dependencies patch 1.0.64 -> 1.0.65

Release Notes

dtolnay/cxx (cxx)

v1.0.129

Compare Source

  • Fix "expected square brackets" error in modules containing inner attributes (#​1380)
image-rs/image (image)

v0.25.4

Compare Source

Features:

  • Much faster decoding of lossless WebP due to a variety of optimizations. Our benchmarks show 2x to 2.5x improvement.
  • Added support for orientation metadata, so that e.g. smartphone camera images could be displayed correctly:
    • Added ImageDecoder::orientation() and implemented orientation metadata extraction for JPEG, WebP and TIFF formats
    • Added DynamicImage::apply_orientation() to apply the orientation to an image
  • Added support for extracting Exif metadata from images via ImageDecoder::exif_metadata(), and implemented it for JPEG and WebP formats
  • Added ImageEncoder::set_icc_profile() and implemented it for WebP format. Pull requests with implementations for other formats are welcome.
  • Added DynamicImage::fast_blur() for a linear-time approximation of Gaussian blur, which is much faster at larger blur radii

Bug fixes:

  • Fixed some APNG images being decoded incorrectly
  • Fixed the iterator over animated WebP frames to return None instead of an error when the end of the animation is reached

v0.25.3

Compare Source

Yanked! This version accidentally missed a commit that should have been
included with the release. The Orientation struct should be in the
appropriate module instead of the top-level. This release won't be supported.

dtolnay/thiserror (thiserror)

v1.0.65

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​325)

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 patch rust Pull requests that update Rust code labels Oct 28, 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: 5be4aa0 Previous: d06dd4b Ratio
philips_i2syntax_read_region_256_lvl_0 1389833 ns/iter (± 103325) 1370877 ns/iter (± 299586) 1.01
philips_i2syntax_read_region_256_lvl_1 1152270 ns/iter (± 48321) 1416928 ns/iter (± 312692) 0.81
philips_i2syntax_read_region_512_lvl_0 1573096 ns/iter (± 174343) 1571182 ns/iter (± 518608) 1.00
philips_i2syntax_read_region_512_lvl_1 7307416 ns/iter (± 242672) 7502579 ns/iter (± 409265) 0.97
philips_read_region_256_lvl_0 502493 ns/iter (± 49404) 511873 ns/iter (± 35896) 0.98
philips_read_region_256_lvl_1 1234112 ns/iter (± 51272) 1265324 ns/iter (± 91860) 0.98
philips_read_region_512_lvl_0 3528373 ns/iter (± 176618) 3600539 ns/iter (± 127477) 0.98
philips_read_region_512_lvl_1 2742968 ns/iter (± 71623) 2786257 ns/iter (± 113783) 0.98

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

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.02%. Comparing base (132c667) to head (5be4aa0).
Report is 12 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #166   +/-   ##
========================================
  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 a2bb693 into develop Oct 28, 2024
10 checks passed
@AzHicham AzHicham deleted the renovate/cargo branch October 28, 2024 08:12
@AzHicham
Copy link
Owner

🎉 This PR is included in version 1.3.1 🎉

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

Successfully merging this pull request may close these issues.

1 participant