Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2026

This PR contains the following updates:

Package Type Update Change
derive_more dependencies minor 2.0.12.1.1
fast_image_resize dependencies minor 5.3.05.5.0
j4rs build-dependencies minor 0.230.24
j4rs dependencies minor 0.230.24
thiserror dependencies patch 2.0.172.0.18

Release Notes

JelteF/derive_more (derive_more)

v2.1.1

Compare Source

Fixed
  • .as_dyn_error() method hygiene inside Error derive expansion.
    (#​527)

v2.1.0

Compare Source

Added
  • Support #[display(rename_all = "<casing>")] attribute to change output for
    implicit naming of unit enum variants or unit structs when deriving Display.
    (#​443)
  • Support #[from_str(rename_all = "<casing>")] attribute for unit enum variants
    and unit structs when deriving FromStr.
    (#​467)
  • Support Option fields for Error::source() in Error derive.
    (#​459)
  • Support structs with no fields in FromStr derive.
    (#​469)
  • Add PartialEq derive similar to std's one, but considering generics correctly,
    and implementing ne() method as well.
    (#​473,
    #​475)
  • Add Eq derive similar to std's one, but considering generics correctly.
    (#​479)
  • Proxy-pass #[allow]/#[expect] attributes of the type in Constructor derive.
    (#​477)
  • Support Deref and DerefMut derives for enums.
    (#​485)
  • Support custom error in FromStr derive.
    (#​494)
  • Support custom error in TryInto derive.
    (#​503)
  • Support skipping fields in Add-like, AddAssign-like, Mul-like and
    MulAssign-like derives.
    (#​472)
Changed
  • The minimum supported Rust version (MSRV) is now Rust 1.81.
    (#​466)
  • Add-like, AddAssign-like, Mul-like and MulAssign-like derives now
    infer trait bounds for generics structurally (bound field types instead of
    type parameters directly).
    (#​472)
Fixed
  • Suppress deprecation warnings in generated code.
    (#​454)
  • Silent no-op when #[try_from(repr)] attribute is not specified for TryFrom derive.
    (#​458)
  • Missing trait bounds in AsRef/AsMut derives when associative types are involved.
    (#​474)
  • Erroneous code generated in Try/TryInto derives when Self type is present in
    the struct or enum definition.
    (#​489)
  • Dependency on unstable feature(error_generic_member_access) in Error derive when
    using Backtrace on a non-nightly toolchain.
    (#​513)
  • Broken support for #[<display-trait>("default formatting")] attribute without {_variant}
    being used as default for enum variants without explicit formatting.
    (#​495)
cykooz/fast_image_resize (fast_image_resize)

v5.5.0

Compare Source

Added
  • Added support of some variants of ImageBuffer type
    form the image crate (#​57).

v5.4.0

Compare Source

Added
  • Added bytemuck feature and implemented some bytemuck traits for the Pixel type
    (#​56).
astonbitecode/j4rs (j4rs)

v0.24.0

Compare Source

dtolnay/thiserror (thiserror)

v2.0.18

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 is behind base branch, 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.

@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.24%. Comparing base (2daa5de) to head (110a92f).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #62   +/-   ##
========================================
  Coverage    86.24%   86.24%           
========================================
  Files           12       12           
  Lines         1105     1105           
========================================
  Hits           953      953           
  Misses         152      152           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

bioformats-rs Benchmark

Details
Benchmark suite Current: 110a92f Previous: 2daa5de Ratio
bioformats_read_image_256 5412847 ns/iter (± 3638224) 5087090 ns/iter (± 181739) 1.06
bioformats_read_image_512 11302203 ns/iter (± 1525740) 11125424 ns/iter (± 485480) 1.02
bioformats_read_region_256 4899843 ns/iter (± 986735) 4900425 ns/iter (± 50396) 1.00
bioformats_read_region_512 10712031 ns/iter (± 2142098) 10700612 ns/iter (± 181391) 1.00
deepzoom_read_image_256 4916744 ns/iter (± 1126502) 4906241 ns/iter (± 67972) 1.00
deepzoom_read_image_256_arc 4902800 ns/iter (± 1089178) 4899294 ns/iter (± 45115) 1.00
deepzoom_read_image_256_recreate_dz 4921447 ns/iter (± 72238) 4906508 ns/iter (± 60373) 1.00
deepzoom_read_image_512 11038220 ns/iter (± 2279021) 11052817 ns/iter (± 513263) 1.00
deepzoom_read_image_512_arc 11069796 ns/iter (± 714600) 11051251 ns/iter (± 154171) 1.00
deepzoom_read_image_512_recreate_dz 11052887 ns/iter (± 1923731) 11080958 ns/iter (± 191616) 1.00

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants