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 rust crate mail-parser to 0.10.0 #620

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

Package Type Update Change
mail-parser dependencies minor 0.9.3 -> 0.10.0

Release Notes

stalwartlabs/mail-parser (mail-parser)

v0.10.1

================================

  • Fixed HeaderName::parse function.

v0.10.0

================================

  • Perfect hashing using hashify crate rather than static gperf generated code.
  • Added DkimSignature, ArcAuthenticationResults, ArcMessageSignature and ArcSeal headers.
  • HeaderName is non-exhaustive.
  • Parse obsolete timezones (#​95).
  • Fix: Folding ws between "Content-Type:" and "plain/text" leads to empty header (#​96).
  • Fix: Multiline quoted continuations (closes #​92).
  • Fix: Deserialize (#​93).
  • Retain mbox IO errors (#​91).
  • Hide concrete type behind impl type (#​94).
  • Removed ludicrous feature, the Rust compiler is smart enough to optimize array lookups.

v0.9.4

================================

  • Flexible parsing of charset names (#​85).

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 requested a review from a team as a code owner January 26, 2025 18:36
Copy link

codecov bot commented Jan 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.19%. Comparing base (1a7f994) to head (f4aed6c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #620   +/-   ##
=======================================
  Coverage   47.19%   47.19%           
=======================================
  Files          53       53           
  Lines        2886     2886           
=======================================
  Hits         1362     1362           
  Misses       1524     1524           
Flag Coverage Δ
integration-tests 37.49% <ø> (ø)
unit-tests 15.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@viccuad viccuad merged commit 963d383 into main Jan 27, 2025
14 checks passed
@renovate renovate bot deleted the renovate/mail-parser-0.x branch January 27, 2025 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant