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.82 #490

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
syn dependencies patch 2.0.80 -> 2.0.82

Release Notes

dtolnay/syn (syn) ### [`v2.0.82`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.82) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.81...2.0.82) - Provide `Parse` impls for PreciseCapture and CapturedParam ([#​1757](https://redirect.github.com/dtolnay/syn/issues/1757), [#​1758](https://redirect.github.com/dtolnay/syn/issues/1758)) - Support parsing `unsafe` attributes ([#​1759](https://redirect.github.com/dtolnay/syn/issues/1759)) - Add Fold and VisitMut methods for Vec\ ([#​1762](https://redirect.github.com/dtolnay/syn/issues/1762)) ### [`v2.0.81`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.81) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.80...2.0.81) - Add TypeParamBound::PreciseCapture to represent precise capture syntax `impl Trait + use<'a, T>` ([#​1752](https://redirect.github.com/dtolnay/syn/issues/1752), [#​1753](https://redirect.github.com/dtolnay/syn/issues/1753), [#​1754](https://redirect.github.com/dtolnay/syn/issues/1754))

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 2 weeks ago

Codecov Report

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

Project coverage is 81.95%. Comparing base (ed21195) to head (76b2008). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #490 +/- ## ========================================== - Coverage 81.96% 81.95% -0.01% ========================================== Files 213 213 Lines 12185 12185 Branches 12185 12185 ========================================== - Hits 9987 9986 -1 - Misses 1705 1706 +1 Partials 493 493 ```

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