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 syn to v2.0.79 #62

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

This PR contains the following updates:

Package Type Update Change
syn dependencies patch 2.0.63 -> 2.0.79

Release Notes

dtolnay/syn (syn)

v2.0.79

Compare Source

  • Fix infinite loop on parsing chained ranges (#​1741)
  • Fix panic in parsing use items containing absolute paths (#​1742)

v2.0.78

Compare Source

  • Fix infinite loop on chained comparison (#​1739)

v2.0.77

Compare Source

  • Support parsing Expr::Tuple in non-"full" mode (#​1727)

v2.0.76

Compare Source

  • Enforce that tail call become keyword is followed by an expression (#​1725)

v2.0.75

Compare Source

  • Automatically fill in missing turbofish when printing ExprPath and other paths in expression position (#​1722)

v2.0.74

Compare Source

  • Fix "temporary is dropped and runs the destructor for type `impl Iterator`" regression affecting certain use of Generics iterator methods (#​1719)

v2.0.73

Compare Source

v2.0.72

Compare Source

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)

v2.0.66

Compare Source

  • Allow braced structs when parsing ExprLet (#​1671)

v2.0.65

Compare Source

v2.0.64

Compare Source

  • Support using ParseBuffer across catch_unwind (#​1646)
  • Validate that the expression in a let-else ends in brace as required by rustc (#​1648, #​1649)
  • Legalize invalid const generic arguments by wrapping in braces (#​1654, #​1655)
  • Fix some expression precedence edge cases involving break and return in loop headers (#​1656)
  • Always print closure bodies with a brace when the closure has an explicit return type (#​1658)
  • Automatically insert necessary parentheses in ToTokens for Expr when required by expression precedence (#​1659)
  • Support struct literal syntax in match guard expressions (#​1662)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.64 fix(deps): update rust crate syn to v2.0.65 May 19, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from f6c9b8e to 2dd88b4 Compare May 19, 2024 20:30
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.65 fix(deps): update rust crate syn to v2.0.66 May 24, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 2dd88b4 to bde8bf0 Compare May 24, 2024 01:17
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.66 fix(deps): update rust crate syn to v2.0.67 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from 22dc2cb to 25f26e7 Compare June 24, 2024 01:23
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.67 fix(deps): update rust crate syn to v2.0.68 Jun 24, 2024
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.68 fix(deps): update rust crate syn to v2.0.69 Jul 7, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 25f26e7 to b83b9cf Compare July 7, 2024 00:53
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.69 fix(deps): update rust crate syn to v2.0.70 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from 026bb42 to 74162e5 Compare July 12, 2024 13:32
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.70 fix(deps): update rust crate syn to v2.0.71 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 74162e5 to 4b96df9 Compare July 22, 2024 04:57
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.71 fix(deps): update rust crate syn to v2.0.72 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 4b96df9 to 3943b16 Compare August 11, 2024 08:40
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.72 fix(deps): update rust crate syn to v2.0.73 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 3943b16 to 42c851d Compare August 11, 2024 20:29
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.73 fix(deps): update rust crate syn to v2.0.74 Aug 11, 2024
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.74 fix(deps): update rust crate syn to v2.0.75 Aug 17, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 42c851d to 1054b17 Compare August 17, 2024 23:15
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.75 fix(deps): update rust crate syn to v2.0.76 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 1054b17 to dda9ad3 Compare August 24, 2024 07:24
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.76 fix(deps): update rust crate syn to v2.0.77 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from dda9ad3 to 451a887 Compare September 16, 2024 10:30
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 451a887 to 7cbf785 Compare September 27, 2024 19:00
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.77 fix(deps): update rust crate syn to v2.0.79 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 7cbf785 to 89c2758 Compare October 5, 2024 06:25
@geofmureithi geofmureithi merged commit d9b40d2 into main Oct 5, 2024
2 checks passed
@geofmureithi geofmureithi deleted the renovate/syn-2.x-lockfile branch October 5, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant