Skip to content

Commit

Permalink
chore(deps): update rust crate syn to v2.0.64 (#468)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [syn](https://togithub.com/dtolnay/syn) | workspace.dependencies |
patch | `2.0.63` -> `2.0.64` |

---

### Release Notes

<details>
<summary>dtolnay/syn (syn)</summary>

### [`v2.0.64`](https://togithub.com/dtolnay/syn/releases/tag/2.0.64)

[Compare
Source](https://togithub.com/dtolnay/syn/compare/2.0.63...2.0.64)

- Support using ParseBuffer across `catch_unwind`
([#&#8203;1646](https://togithub.com/dtolnay/syn/issues/1646))
- Validate that the expression in a let-else ends in brace as required
by rustc ([#&#8203;1648](https://togithub.com/dtolnay/syn/issues/1648),
[#&#8203;1649](https://togithub.com/dtolnay/syn/issues/1649))
- Legalize invalid const generic arguments by wrapping in braces
([#&#8203;1654](https://togithub.com/dtolnay/syn/issues/1654),
[#&#8203;1655](https://togithub.com/dtolnay/syn/issues/1655))
- Fix some expression precedence edge cases involving `break` and
`return` in loop headers
([#&#8203;1656](https://togithub.com/dtolnay/syn/issues/1656))
- Always print closure bodies with a brace when the closure has an
explicit return type
([#&#8203;1658](https://togithub.com/dtolnay/syn/issues/1658))
- Automatically insert necessary parentheses in ToTokens for Expr when
required by expression precedence
([#&#8203;1659](https://togithub.com/dtolnay/syn/issues/1659))
- Support struct literal syntax in match guard expressions
([#&#8203;1662](https://togithub.com/dtolnay/syn/issues/1662))

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/matter-labs/zksync-withdrawal-finalizer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent da8fb9f commit 5ace330
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ace330

Please sign in to comment.