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

chore(deps): update rust crate syn to v2.0.95 #511

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Type Update Change
syn workspace.dependencies patch 2.0.76 -> 2.0.95

Release Notes

dtolnay/syn (syn)

v2.0.95

Compare Source

  • Fix parenthesization of struct literals in let-chains (#​1832)

v2.0.94

Compare Source

v2.0.93

Compare Source

v2.0.92

Compare Source

  • Fix parenthesization of jumps inside ranges (#​1798)

v2.0.91

Compare Source

v2.0.90

Compare Source

  • Fix automatic parenthesization of subexpressions containing outer attributes, such as (#[attr] thing).field (#​1785)
  • Fix automatic parenthesization of function calls via a struct field, such as (thing.field)() and thing.0() (#​1786)

v2.0.89

Compare Source

v2.0.88

Compare Source

  • Improve error recovery in parse_str (#​1783)

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)

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 is behind base branch, 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 chore(deps): update rust crate syn to v2.0.77 chore(deps): update rust crate syn to v2.0.78 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 3e6a6c8 to 7601983 Compare September 27, 2024 18:36
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.78 chore(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 7601983 to 98b77c4 Compare September 27, 2024 22:53
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.79 chore(deps): update rust crate syn to v2.0.80 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 98b77c4 to 1a2c6a2 Compare October 19, 2024 21:49
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.80 chore(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 542ade8 to 65c5391 Compare October 20, 2024 18:19
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.81 chore(deps): update rust crate syn to v2.0.82 Oct 20, 2024
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.82 chore(deps): update rust crate syn to v2.0.85 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 65c5391 to b015004 Compare October 23, 2024 23:14
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.85 chore(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 b015004 to 7770e95 Compare November 1, 2024 01:12
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.86 chore(deps): update rust crate syn to v2.0.87 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 7770e95 to e89268e Compare November 2, 2024 19:51
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from e89268e to bf854c3 Compare November 20, 2024 06:49
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.87 chore(deps): update rust crate syn to v2.0.89 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from bf854c3 to 7f30c8e Compare November 21, 2024 08:10
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.89 chore(deps): update rust crate syn to v2.0.90 Nov 30, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 7f30c8e to b52d5b0 Compare November 30, 2024 00:08
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.90 fix(deps): update rust crate syn to v2.0.90 Dec 16, 2024
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.90 chore(deps): update rust crate syn to v2.0.90 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from b52d5b0 to 84be27e Compare December 22, 2024 02:10
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.90 chore(deps): update rust crate syn to v2.0.91 Dec 22, 2024
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.91 chore(deps): update rust crate syn to v2.0.92 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from 4c18b12 to 09e59f7 Compare December 28, 2024 22:47
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.92 chore(deps): update rust crate syn to v2.0.93 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 09e59f7 to 8816f6c Compare January 1, 2025 21:46
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.93 chore(deps): update rust crate syn to v2.0.94 Jan 1, 2025
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.94 chore(deps): update rust crate syn to v2.0.95 Jan 5, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 8816f6c to a29d5db Compare January 5, 2025 07:17
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