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.87 #263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2024

This PR contains the following updates:

Package Type Update Change
syn dependencies patch 2.0.66 -> 2.0.87

Release Notes

dtolnay/syn (syn)

v2.0.87

Compare Source

v2.0.86

Compare Source

  • Support peeking the end of a parse stream (#​1689)
  • Allow parse_quote! to produce Vec<Attribute> (#​1775)

v2.0.85

Compare Source

  • Preserve extern static unsafety in ForeignItem::Verbatim (#​1773)

v2.0.84

Compare Source

v2.0.83

Compare Source

  • Documentation improvements

v2.0.82

Compare Source

  • Provide Parse impls for PreciseCapture and CapturedParam (#​1757, #​1758)
  • Support parsing unsafe attributes (#​1759)
  • Add Fold and VisitMut methods for Vec<Attribute> (#​1762)

v2.0.81

Compare Source

  • Add TypeParamBound::PreciseCapture to represent precise capture syntax impl Trait + use<'a, T> (#​1752, #​1753, #​1754)

v2.0.80

Compare Source

  • Add Expr::RawAddr (#​1743)
  • Reject precise captures and ~const in inappropriate syntax positions (#​1747)
  • Reject trait bound containing only precise capture (#​1748)

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)

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 force-pushed the renovate/syn-2.x-lockfile branch from 988744d to 2aec0a2 Compare June 23, 2024 22:38
@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 23, 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.70 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 2aec0a2 to 5b43c9f Compare July 9, 2024 20:25
@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 5b43c9f to 86e8735 Compare July 12, 2024 15:22
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 86e8735 to 9a120f4 Compare July 22, 2024 00:09
@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 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 2 times, most recently from 8200ba7 to 8d3e31b Compare August 11, 2024 19:09
@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 2 times, most recently from edd45e9 to 11807c8 Compare August 24, 2024 09:53
@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 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 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 88e5f23 to c81a78f Compare October 19, 2024 19:54
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.79 fix(deps): update rust crate syn to v2.0.80 Oct 19, 2024
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.80 fix(deps): update rust crate syn to v2.0.81 Oct 20, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from 86c83ce to 27a73d0 Compare October 20, 2024 18:17
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.81 fix(deps): update rust crate syn to v2.0.82 Oct 20, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 27a73d0 to 99f3337 Compare October 23, 2024 20:37
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.82 fix(deps): update rust crate syn to v2.0.83 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 99f3337 to b1f3177 Compare October 24, 2024 01:18
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.83 fix(deps): update rust crate syn to v2.0.85 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from b1f3177 to 474c2a9 Compare November 1, 2024 00:33
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.85 fix(deps): update rust crate syn to v2.0.86 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 474c2a9 to d74dd40 Compare November 2, 2024 18:18
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.86 fix(deps): update rust crate syn to v2.0.87 Nov 2, 2024
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.

0 participants