Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate syn to v2.0.72 (#488)
[![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.66` -> `2.0.72` | --- ### Release Notes <details> <summary>dtolnay/syn (syn)</summary> ### [`v2.0.72`](https://togithub.com/dtolnay/syn/releases/tag/2.0.72) [Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.71...2.0.72) - Parse `use<'a, T>` precise capturing bounds ([#​1707](https://togithub.com/dtolnay/syn/issues/1707), thanks [@​compiler-errors](https://togithub.com/compiler-errors)) ### [`v2.0.71`](https://togithub.com/dtolnay/syn/releases/tag/2.0.71) [Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.70...2.0.71) - Do not require mutable borrow in Punctuated::get() ([#​1706](https://togithub.com/dtolnay/syn/issues/1706), thanks [@​lemunozm](https://togithub.com/lemunozm)) ### [`v2.0.70`](https://togithub.com/dtolnay/syn/releases/tag/2.0.70) [Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.69...2.0.70) - Improve parenthesization of closures, jumps, ranges, chained comparisons, and let ([#​1694](https://togithub.com/dtolnay/syn/issues/1694), [#​1695](https://togithub.com/dtolnay/syn/issues/1695), [#​1698](https://togithub.com/dtolnay/syn/issues/1698), [#​1699](https://togithub.com/dtolnay/syn/issues/1699), [#​1700](https://togithub.com/dtolnay/syn/issues/1700)) ### [`v2.0.69`](https://togithub.com/dtolnay/syn/releases/tag/2.0.69) [Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.68...2.0.69) - Correctly parenthesize labeled loops inside a break value ([#​1692](https://togithub.com/dtolnay/syn/issues/1692)) - Add `Punctuated::get` and `get_mut` ([#​1693](https://togithub.com/dtolnay/syn/issues/1693)) ### [`v2.0.68`](https://togithub.com/dtolnay/syn/releases/tag/2.0.68) [Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.67...2.0.68) - Improve panic location when `parse_quote!` parses invalid syntax ([#​1690](https://togithub.com/dtolnay/syn/issues/1690), thanks [@​stepancheg](https://togithub.com/stepancheg)) - More efficient peek implementation for `Group` and `Lifetime` ([#​1687](https://togithub.com/dtolnay/syn/issues/1687)) ### [`v2.0.67`](https://togithub.com/dtolnay/syn/releases/tag/2.0.67) [Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.66...2.0.67) - Produce more accurate error message locations for errors located at the end of a nested group ([#​1679](https://togithub.com/dtolnay/syn/issues/1679), [#​1680](https://togithub.com/dtolnay/syn/issues/1680)) - Support peeking `LitCStr` in ParseStream::peek ([#​1682](https://togithub.com/dtolnay/syn/issues/1682)) </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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/matter-labs/zksync-withdrawal-finalizer). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information