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 2.0.48 - autoclosed #203

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
syn workspace.dependencies patch 2.0.36 -> 2.0.48

Release Notes

dtolnay/syn (syn)

v2.0.48

Compare Source

  • Improve error message on unexpected token after else (#​1578)

v2.0.47

Compare Source

  • Improve error messages related to proc_macro::LexError (#​1575)

v2.0.46

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v2.0.45

Compare Source

  • Parse unsupported expressions in enum discriminants of DeriveInput as Expr::Verbatim in non-"full" mode, instead of error (#​1513)
  • Support parsing PatType with parse_quote! (#​1573)

v2.0.44

Compare Source

  • Documentation improvements

v2.0.43

Compare Source

  • Insert trailing comma if not already present when printing a 1-tuple in pattern position (#​1553)

v2.0.42

Compare Source

  • Documentation improvements

v2.0.41

Compare Source

  • Support parsing syn::Field in parse_quote! (#​1548)

v2.0.40

Compare Source

v2.0.39

Compare Source

  • Fix parsing of return expression in match guards (#​1528)
  • Improve error message on labeled loop as value expression for break (#​1531)

v2.0.38

Compare Source

  • Fix "method 'peek' has an incompatible type for trait" error when defining bool as a custom keyword (#​1518, thanks @​Vanille-N)

v2.0.37

Compare Source

  • Work around incorrect future compatibility warning in rustc 1.74.0-nightly

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 has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Sep 18, 2023

Deploy Preview for tauri-bindgen canceled.

Name Link
🔨 Latest commit 4c9a18e
🔍 Latest deploy log https://app.netlify.com/sites/tauri-bindgen/deploys/65b0ed84603db10008bd24d5

@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.37 chore(deps): update rust crate syn to 2.0.38 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/syn-2.x branch from b94852c to f22053c Compare October 5, 2023 19:33
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.38 chore(deps): update rust crate syn to 2.0.39 Nov 6, 2023
@renovate renovate bot force-pushed the renovate/syn-2.x branch from f22053c to 4ec03ab Compare November 6, 2023 04:52
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.39 chore(deps): update rust crate syn to 2.0.40 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/syn-2.x branch from 4ec03ab to 8d37aee Compare December 11, 2023 04:34
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.40 chore(deps): update rust crate syn to 2.0.41 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/syn-2.x branch from 8d37aee to 2080141 Compare December 13, 2023 00:51
@renovate renovate bot force-pushed the renovate/syn-2.x branch from 2080141 to c70b5d3 Compare December 21, 2023 00:48
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.41 chore(deps): update rust crate syn to 2.0.42 Dec 21, 2023
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.42 chore(deps): update rust crate syn to 2.0.43 Dec 25, 2023
@renovate renovate bot force-pushed the renovate/syn-2.x branch from c70b5d3 to 66f1894 Compare December 25, 2023 07:38
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.43 chore(deps): update rust crate syn to 2.0.44 Jan 1, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x branch 2 times, most recently from 92cda85 to 8d0fa0c Compare January 1, 2024 21:03
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.44 chore(deps): update rust crate syn to 2.0.45 Jan 1, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x branch from 8d0fa0c to 0674d26 Compare January 2, 2024 10:46
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.45 chore(deps): update rust crate syn to 2.0.46 Jan 2, 2024
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.46 chore(deps): update rust crate syn to 2.0.47 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x branch from 0674d26 to 00f6ce2 Compare January 4, 2024 01:36
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.47 chore(deps): update rust crate syn to 2.0.48 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/syn-2.x branch from 00f6ce2 to 428405c Compare January 4, 2024 20:15
@renovate renovate bot force-pushed the renovate/syn-2.x branch 7 times, most recently from 796af35 to de02ebb Compare January 24, 2024 10:08
@renovate renovate bot force-pushed the renovate/syn-2.x branch 2 times, most recently from 3d5c9df to 99d7ed4 Compare January 24, 2024 10:57
@renovate renovate bot force-pushed the renovate/syn-2.x branch from 99d7ed4 to 4c9a18e Compare January 24, 2024 10:59
@renovate renovate bot changed the title chore(deps): update rust crate syn to 2.0.48 chore(deps): update rust crate syn to 2.0.48 - autoclosed Jan 29, 2024
@renovate renovate bot closed this Jan 29, 2024
@renovate renovate bot deleted the renovate/syn-2.x branch January 29, 2024 10:29
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