fix(deps): update rust crate syn to v2.0.71 #20

Merged
realaravinth merged 1 commit from renovate/syn-2.x-lockfile into master 2024-07-13 13:13:46 +05:30
Collaborator

This PR contains the following updates:

Package Type Update Change
syn dependencies patch 2.0.66 -> 2.0.71

Release Notes

dtolnay/syn (syn)

v2.0.71

Compare Source

v2.0.70

Compare Source

v2.0.69

Compare Source

  • Correctly parenthesize labeled loops inside a break value (#​1692)
  • Add Punctuated::get and get_mut (#​1693)

v2.0.68

Compare Source

  • Improve panic location when parse_quote! parses invalid syntax (#​1690, thanks @​stepancheg)
  • More efficient peek implementation for Group and Lifetime (#​1687)

v2.0.67

Compare Source

  • Produce more accurate error message locations for errors located at the end of a nested group (#​1679, #​1680)
  • Support peeking LitCStr in ParseStream::peek (#​1682)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [syn](https://github.com/dtolnay/syn) | dependencies | patch | `2.0.66` -> `2.0.71` | --- ### Release Notes <details> <summary>dtolnay/syn (syn)</summary> ### [`v2.0.71`](https://github.com/dtolnay/syn/releases/tag/2.0.71) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.70...2.0.71) - Do not require mutable borrow in Punctuated::get() ([#&#8203;1706](https://github.com/dtolnay/syn/issues/1706), thanks [@&#8203;lemunozm](https://github.com/lemunozm)) ### [`v2.0.70`](https://github.com/dtolnay/syn/releases/tag/2.0.70) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.69...2.0.70) - Improve parenthesization of closures, jumps, ranges, chained comparisons, and let ([#&#8203;1694](https://github.com/dtolnay/syn/issues/1694), [#&#8203;1695](https://github.com/dtolnay/syn/issues/1695), [#&#8203;1698](https://github.com/dtolnay/syn/issues/1698), [#&#8203;1699](https://github.com/dtolnay/syn/issues/1699), [#&#8203;1700](https://github.com/dtolnay/syn/issues/1700)) ### [`v2.0.69`](https://github.com/dtolnay/syn/releases/tag/2.0.69) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.68...2.0.69) - Correctly parenthesize labeled loops inside a break value ([#&#8203;1692](https://github.com/dtolnay/syn/issues/1692)) - Add `Punctuated::get` and `get_mut` ([#&#8203;1693](https://github.com/dtolnay/syn/issues/1693)) ### [`v2.0.68`](https://github.com/dtolnay/syn/releases/tag/2.0.68) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.67...2.0.68) - Improve panic location when `parse_quote!` parses invalid syntax ([#&#8203;1690](https://github.com/dtolnay/syn/issues/1690), thanks [@&#8203;stepancheg](https://github.com/stepancheg)) - More efficient peek implementation for `Group` and `Lifetime` ([#&#8203;1687](https://github.com/dtolnay/syn/issues/1687)) ### [`v2.0.67`](https://github.com/dtolnay/syn/releases/tag/2.0.67) [Compare Source](https://github.com/dtolnay/syn/compare/2.0.66...2.0.67) - Produce more accurate error message locations for errors located at the end of a nested group ([#&#8203;1679](https://github.com/dtolnay/syn/issues/1679), [#&#8203;1680](https://github.com/dtolnay/syn/issues/1680)) - Support peeking `LitCStr` in ParseStream::peek ([#&#8203;1682](https://github.com/dtolnay/syn/issues/1682)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot force-pushed renovate/syn-2.x-lockfile from e57041642e to fcfb082a49 2024-06-24 12:58:37 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate syn to v2.0.67 to fix(deps): update rust crate syn to v2.0.68 2024-06-24 12:58:38 +05:30
renovate-bot force-pushed renovate/syn-2.x-lockfile from fcfb082a49 to 3e2176b5bc 2024-07-07 05:00:26 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate syn to v2.0.68 to fix(deps): update rust crate syn to v2.0.69 2024-07-07 05:00:26 +05:30
renovate-bot force-pushed renovate/syn-2.x-lockfile from 3e2176b5bc to fc3f9f1593 2024-07-09 01:00:22 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate syn to v2.0.69 to fix(deps): update rust crate syn to v2.0.70 2024-07-09 01:00:23 +05:30
renovate-bot force-pushed renovate/syn-2.x-lockfile from fc3f9f1593 to 0120c240b9 2024-07-12 19:30:20 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate syn to v2.0.70 to fix(deps): update rust crate syn to v2.0.71 2024-07-12 19:30:21 +05:30
realaravinth merged commit 7d21c76dca into master 2024-07-13 13:13:46 +05:30
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: realaravinth/actix-web-codegen-const-routes#20
No description provided.