Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ micro: Update syn to v2.0.93 (#1192)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [syn](https://redirect.github.com/dtolnay/syn) | dependencies | patch | `2.0.92` -> `2.0.93` | --- ### Release Notes <details> <summary>dtolnay/syn (syn)</summary> ### [`v2.0.93`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.93) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.92...2.0.93) - Fix expression parsing edge cases: `x as T <<= y` ([#​1804](https://redirect.github.com/dtolnay/syn/issues/1804)), `break as T` ([#​1805](https://redirect.github.com/dtolnay/syn/issues/1805)), `match x { _ if .. => {} }` ([#​1807](https://redirect.github.com/dtolnay/syn/issues/1807)) - Fix expression printing edge cases: `|| -> T 'a: {}` ([#​1806](https://redirect.github.com/dtolnay/syn/issues/1806)), `if break x {}` ([#​1808](https://redirect.github.com/dtolnay/syn/issues/1808), [#​1810](https://redirect.github.com/dtolnay/syn/issues/1810)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dbus2/zbus). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information