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.99 #144

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2024

This PR contains the following updates:

Package Type Update Change
syn dependencies patch 2.0.72 -> 2.0.99

Release Notes

dtolnay/syn (syn)

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)

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


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.73 fix(deps): update rust crate syn to v2.0.74 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 3358b54 to 83b05f0 Compare August 11, 2024 20:42
@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 83b05f0 to 04bd53a Compare August 17, 2024 22:59
@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 2 times, most recently from 49d8f09 to 83d9bc0 Compare August 26, 2024 10:29
@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 83d9bc0 to 748e2e2 Compare September 16, 2024 09:11
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 748e2e2 to dea5261 Compare September 27, 2024 19:27
@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 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 force-pushed the renovate/syn-2.x-lockfile branch 2 times, most recently from d72d79f to de4581f Compare October 20, 2024 06:19
@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 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 de4581f to 264b19e Compare October 20, 2024 18:31
@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 264b19e to 28ebf0c Compare October 23, 2024 19:11
@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 28ebf0c to e33d1ce Compare October 24, 2024 00:27
@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 2 times, most recently from eb71400 to 5d4f26e Compare November 2, 2024 18:21
@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
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 5d4f26e to 616f01e Compare November 11, 2024 15:09
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 616f01e to b518107 Compare November 21, 2024 05:22
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.87 fix(deps): update rust crate syn to v2.0.88 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from b518107 to 96e162e Compare November 21, 2024 06:38
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.88 fix(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 96e162e to 177c63b Compare November 30, 2024 00:54
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.89 fix(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 177c63b to 5215cae Compare December 22, 2024 03:24
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.90 fix(deps): update rust crate syn to v2.0.91 Dec 22, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 5215cae to 043b476 Compare December 27, 2024 02:24
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.91 fix(deps): update rust crate syn to v2.0.92 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 043b476 to 69c8d03 Compare December 28, 2024 23:01
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.92 fix(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 69c8d03 to 94bc874 Compare January 1, 2025 21:51
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.93 fix(deps): update rust crate syn to v2.0.94 Jan 1, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 94bc874 to cf76695 Compare January 5, 2025 07:15
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.94 fix(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 cf76695 to c3216cf Compare January 10, 2025 02:48
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.95 fix(deps): update rust crate syn to v2.0.96 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from c3216cf to a0eadb5 Compare February 1, 2025 21:05
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.96 fix(deps): update rust crate syn to v2.0.97 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from a0eadb5 to 76c484b Compare February 2, 2025 01:37
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.97 fix(deps): update rust crate syn to v2.0.98 Feb 2, 2025
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.98 fix(deps): update rust crate syn to v2.0.99 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/syn-2.x-lockfile branch from 76c484b to 6bd82a5 Compare March 3, 2025 10:25
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