Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/syn-2.x-lockfile
Open

chore(deps): update rust crate syn to v2.0.117#511
renovate[bot] wants to merge 1 commit intomainfrom
renovate/syn-2.x-lockfile

Conversation

@renovate
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.762.0.117

Release Notes

dtolnay/syn (syn)

v2.0.117

Compare Source

  • Fix parsing of self:: pattern in first function argument (#​1970)

v2.0.116

Compare Source

  • Optimize parse_fn_arg_or_variadic for less lookahead on erroneous receiver (#​1968)

v2.0.115

Compare Source

  • Enable GenericArgument::Constraint parsing in non-full mode (#​1966)

v2.0.114

Compare Source

  • Make std dependencies more easily discoverable in source code (#​1956, thanks @​tamird)

v2.0.113

Compare Source

  • Allow parsing TypeParam with colon not followed by any type param bounds (#​1953, thanks @​wyfo)

v2.0.112

Compare Source

v2.0.111

Compare Source

  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#​1946)

v2.0.110

Compare Source

  • Tweaks to improve build speed (#​1939, thanks @​dishmaker)
  • Make syn::ext::IdentExt::unraw available without "parsing" feature (#​1940)
  • Support parsing syn::Meta followed by => (#​1944)

v2.0.109

Compare Source

v2.0.108

Compare Source

  • Parse unrecognized or invalid literals as Lit::Verbatim (#​1925)

v2.0.107

Compare Source

  • Improve panic message when constructing a LitInt, LitFloat, or Lit from invalid syntax (#​1917)
  • Improve panic message on Punctuated index out of bounds (#​1922)

v2.0.106

Compare Source

v2.0.105

Compare Source

v2.0.104

Compare Source

  • Disallow attributes on range expression (#​1872)

v2.0.103

Compare Source

  • Insert parentheses around binary operation with attribute (#​1871)

v2.0.102

Compare Source

  • Fix printing of nested Expr::Index and Expr::Tuple in non-full mode (#​1869)

v2.0.101

Compare Source

  • Improve TypeGenerics::as_turbofish to return longer-lived return value (#​1861)

v2.0.100

Compare Source

  • Add Visit::visit_token_stream, VisitMut::visit_token_stream_mut, Fold::fold_token_stream for processing TokenStream during syntax tree traversals (#​1852)

v2.0.99

Compare Source

  • Documentation improvements

v2.0.98

Compare Source

  • Allow lifetimes in function pointer return values in ParseStream::call and Punctuated parsers (#​1847)

v2.0.97

Compare Source

  • Documentation improvements

v2.0.96

Compare Source

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 force-pushed the renovate/syn-2.x-lockfile branch from 26d9c32 to 22ee467 Compare August 13, 2025 15:50
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.104 chore(deps): update rust crate syn to v2.0.105 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 22ee467 to 4e30587 Compare August 13, 2025 19:50
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.105 chore(deps): update rust crate syn to v2.0.106 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 4e30587 to 84caed0 Compare August 16, 2025 02:46
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.106 chore(deps): update rust crate syn to v2.0.107 Oct 18, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 84caed0 to 822bf7c Compare October 18, 2025 18:50
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.107 chore(deps): update rust crate syn to v2.0.108 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 822bf7c to 5577914 Compare October 23, 2025 00:05
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 5577914 to 603dcd5 Compare November 6, 2025 00:13
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.108 chore(deps): update rust crate syn to v2.0.109 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 603dcd5 to 7249a7c Compare November 10, 2025 03:49
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.109 chore(deps): update rust crate syn to v2.0.110 Nov 10, 2025
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.110 chore(deps): update rust crate syn to v2.0.111 Nov 23, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 7249a7c to 68bfee8 Compare November 23, 2025 06:08
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 68bfee8 to 3a23595 Compare December 30, 2025 19:10
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.111 chore(deps): update rust crate syn to v2.0.112 Dec 30, 2025
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.112 chore(deps): update rust crate syn to v2.0.113 Jan 3, 2026
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from 77cdef8 to bbdacf1 Compare January 7, 2026 06:49
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.113 chore(deps): update rust crate syn to v2.0.114 Jan 7, 2026
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from bbdacf1 to 59191c4 Compare January 27, 2026 13:54
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 59191c4 to 7110d4d Compare February 12, 2026 06:48
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.114 chore(deps): update rust crate syn to v2.0.115 Feb 12, 2026
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 7110d4d to f0507e6 Compare February 15, 2026 18:30
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.115 chore(deps): update rust crate syn to v2.0.116 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from f0507e6 to da895ad Compare February 20, 2026 06:34
@renovate renovate bot changed the title chore(deps): update rust crate syn to v2.0.116 chore(deps): update rust crate syn to v2.0.117 Feb 20, 2026
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