vnghia / nghe

An OpenSubsonic implementation in Rust
GNU Affero General Public License v3.0
21 stars 0 forks source link

fix(deps): update rust crate syn to v2.0.73 #391

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
syn dependencies patch 2.0.72 -> 2.0.73

Release Notes

dtolnay/syn (syn) ### [`v2.0.73`](https://togithub.com/dtolnay/syn/releases/tag/2.0.73) [Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.72...2.0.73) - Support parsing unnamed C varargs within function pointer types ([#​1711](https://togithub.com/dtolnay/syn/issues/1711)) - Improve synthesized error message on unexpected tokens at the end of the expected contents of a delimited group ([#​1713](https://togithub.com/dtolnay/syn/issues/1713)) - Support parsing unstable tail call syntax ([#​1714](https://togithub.com/dtolnay/syn/issues/1714), [https://github.com/rust-lang/rust/issues/112788](https://togithub.com/rust-lang/rust/issues/112788)) - Add [`Fields::members`](https://docs.rs/syn/2.0.73/syn/enum.Fields.html#method.members) iterator ([#​1716](https://togithub.com/dtolnay/syn/issues/1716), thanks [@​Fancyflame](https://togithub.com/Fancyflame))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

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



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.69%. Comparing base (22c2652) to head (051dc84).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #391 +/- ## ========================================== + Coverage 81.64% 81.69% +0.04% ========================================== Files 213 213 Lines 12186 12186 Branches 12186 12186 ========================================== + Hits 9949 9955 +6 + Misses 1756 1754 -2 + Partials 481 477 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.