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 2.0.39 #30

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
syn dependencies patch 2.0.15 -> 2.0.39
syn dependencies patch 2.0.18 -> 2.0.39

Release Notes

dtolnay/syn (syn)

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

v2.0.36

Compare Source

  • Restore compatibility with --generate-link-to-definition documentation builds (#​1514)

v2.0.35

Compare Source

  • Make rust-analyzer produce preferred brackets for invocations of Token! macro (#​1510, #​1512)

v2.0.34

Compare Source

  • Documentation improvements

v2.0.33

Compare Source

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand

v2.0.32

Compare Source

v2.0.31

Compare Source

v2.0.30

Compare Source

v2.0.29

Compare Source

v2.0.28

Compare Source

  • Fix inconsistency between full and non-full expression parse errors (#​1491)

v2.0.27

Compare Source

v2.0.26

Compare Source

  • Implement Spanned for QSelf (#​1465)

v2.0.25

Compare Source

  • Support single identifier as unbraced const generic argument (#​1483)
  • Produce error message when LitStr::parse is used on a suffixed string literal (#​1484)

v2.0.24

Compare Source

  • Fix duplication of braces around const generic argument in non-full mode (#​1482)

v2.0.23

Compare Source

  • Preserve attributes on verbatim Item in statement position (#​1476)
  • Support generic_const_exprs where-clauses such as where [(); { T::COUNT }]: in non-"full" mode (#​1478)

v2.0.22

Compare Source

v2.0.21

Compare Source

  • Fix value computed by LitByteStr::value in the case of a cooked byte string literal containing form feed or vertical tab characters following an escaped newline (#​1474)

v2.0.20

Compare Source

  • Documentation improvements

v2.0.19

Compare Source

v2.0.18

Compare Source

  • Permit empty attr in syn::meta::parser (#​1460)

v2.0.17

Compare Source

  • Enable proc_macro support on wasm targets (#​1459)

v2.0.16

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 these updates 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.

@renovate renovate bot changed the title fix(deps): update rust crate syn to 2.0.31 fix(deps): update rust crate syn to 2.0.32 Sep 10, 2023
@renovate renovate bot changed the title fix(deps): update rust crate syn to 2.0.32 fix(deps): update rust crate syn to 2.0.33 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/syn-2.x branch 2 times, most recently from 214f85e to 10e46a0 Compare September 15, 2023 20:17
@renovate renovate bot changed the title fix(deps): update rust crate syn to 2.0.33 fix(deps): update rust crate syn to 2.0.34 Sep 15, 2023
@renovate renovate bot changed the title fix(deps): update rust crate syn to 2.0.34 fix(deps): update rust crate syn to 2.0.35 Sep 15, 2023
@renovate renovate bot changed the title fix(deps): update rust crate syn to 2.0.35 fix(deps): update rust crate syn to 2.0.36 Sep 16, 2023
@renovate renovate bot changed the title fix(deps): update rust crate syn to 2.0.36 fix(deps): update rust crate syn to 2.0.37 Sep 18, 2023
@renovate renovate bot force-pushed the renovate/syn-2.x branch 2 times, most recently from f334475 to d3a3c56 Compare September 24, 2023 17:30
@renovate renovate bot changed the title fix(deps): update rust crate syn to 2.0.37 fix(deps): update rust crate syn to 2.0.38 Oct 5, 2023
@renovate renovate bot changed the title fix(deps): update rust crate syn to 2.0.38 fix(deps): update rust crate syn to 2.0.39 Nov 6, 2023
@geofmureithi geofmureithi merged commit e2ada9d into main Nov 6, 2023
5 checks passed
@renovate renovate bot deleted the renovate/syn-2.x branch November 6, 2023 08:00
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.

None yet

1 participant