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

Merged
merged 1 commit into from
May 28, 2024
Merged

fix(deps): update cargo #142

merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cxx (source) dependencies patch 1.0.110 -> 1.0.122
cxx-build (source) build-dependencies patch 1.0.110 -> 1.0.122
image dependencies patch 0.25.0 -> 0.25.1
thiserror dependencies patch 1.0.50 -> 1.0.61

Release Notes

dtolnay/cxx (cxx)

v1.0.122

Compare Source

  • Resolve unexpected_cfgs warning (#​1344)

v1.0.121

Compare Source

v1.0.120

Compare Source

  • Ensure platform-specific behavior of c_char remains consistent with libcore's definition in no-std mode by using core::ffi::c_char, rather than a redefinition that is only checked against std::os::raw::c_char in std mode (#​1330)

v1.0.119

Compare Source

  • Use and recommend new std method from the cc crate for controlling C++ standard library version (#​1321, #​1322, thanks @​dcoles)

v1.0.118

Compare Source

  • Fix "out-of-line definition does not match any declaration" error affecting Rust shared types with methods (#​1320, thanks @​phil-opp)

v1.0.117

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.116

Compare Source

  • Fix ref_as_ptr clippy lint being triggered within generated code

v1.0.115

Compare Source

  • Work around some dead_code warnings (#​1303)

v1.0.114

Compare Source

v1.0.113

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.112

Compare Source

  • Documentation improvements

v1.0.111

Compare Source

  • Avoid a new pedantic clippy lint from being triggered inside generated code
image-rs/image (image)

v0.25.1

Compare Source

Bug fixes:

  • Fixed corrupt JPEG output when attempting to encode images containing an alpha
    channel.
  • Only accept ".ff" file extension for farbfeld images.
  • Correct farbfeld feature flag for ImageFormat::{reading_enabled, writing_enabled}.
  • Disable strict mode for JPEG decoder.
  • Add nasm feature to optionally enable faster AVIF encoding.
dtolnay/thiserror (thiserror)

v1.0.61

Compare Source

  • Use core::fmt and core::panic to facilitate error_in_core support (#​299, thanks @​jordens)

v1.0.60

Compare Source

  • Resolve unexpected_cfgs warning (#​298)

v1.0.59

Compare Source

  • Unblock testing of rustc debug-fmt-detail option (#​297)

v1.0.58

Compare Source

  • Make backtrace support available when using -Dwarnings (#​292)

v1.0.57

Compare Source

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#​286, thanks @​nyurik)

v1.0.56

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.55

Compare Source

  • Work around improperly cached build script result by sccache – second attempt (#​280)

v1.0.54

Compare Source

  • Work around improperly cached build script result by sccache – first attempt (#​279)

v1.0.53

Compare Source

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#​270)

v1.0.52

Compare Source

  • Fix interaction with RUSTC_BOOTSTRAP (#​269)

v1.0.51

Compare Source

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#​266)

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 patch rust Pull requests that update Rust code labels May 6, 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: 514f813 Previous: a68218d Ratio
philips_i2syntax_read_region_256_lvl_0 1367428 ns/iter (± 491656) 1453427 ns/iter (± 148027) 0.94
philips_i2syntax_read_region_256_lvl_1 1155607 ns/iter (± 81335) 1151304 ns/iter (± 39450) 1.00
philips_i2syntax_read_region_512_lvl_0 1847221 ns/iter (± 372222) 1756788 ns/iter (± 51235) 1.05
philips_i2syntax_read_region_512_lvl_1 7408436 ns/iter (± 450915) 7307895 ns/iter (± 483238) 1.01
philips_read_region_256_lvl_0 497115 ns/iter (± 39778) 496994 ns/iter (± 37472) 1.00
philips_read_region_256_lvl_1 1233031 ns/iter (± 45310) 1230325 ns/iter (± 63093) 1.00
philips_read_region_512_lvl_0 3524079 ns/iter (± 166044) 3487596 ns/iter (± 206519) 1.01
philips_read_region_512_lvl_1 2731090 ns/iter (± 135135) 2694822 ns/iter (± 95531) 1.01

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

Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.92%. Comparing base (7ede266) to head (514f813).
Report is 17 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #142   +/-   ##
========================================
  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 847c5bc into develop May 28, 2024
10 checks passed
@AzHicham AzHicham deleted the renovate/cargo branch May 28, 2024 09:36
@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 patch released rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant