Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[deps]: Update Rust crate syn to v2.0.95 (#96)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [syn](https://redirect.github.com/dtolnay/syn) | dependencies | patch | `2.0.90` -> `2.0.95` | --- ### Release Notes <details> <summary>dtolnay/syn (syn)</summary> ### [`v2.0.95`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.95) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.94...2.0.95) - Fix parenthesization of struct literals in let-chains ([#​1832](https://redirect.github.com/dtolnay/syn/issues/1832)) ### [`v2.0.94`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.94) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.93...2.0.94) - Expression precedence fixes ([#​1811](https://redirect.github.com/dtolnay/syn/issues/1811), [#​1812](https://redirect.github.com/dtolnay/syn/issues/1812), [#​1813](https://redirect.github.com/dtolnay/syn/issues/1813), [#​1814](https://redirect.github.com/dtolnay/syn/issues/1814), [#​1815](https://redirect.github.com/dtolnay/syn/issues/1815), [#​1816](https://redirect.github.com/dtolnay/syn/issues/1816), [#​1818](https://redirect.github.com/dtolnay/syn/issues/1818), [#​1819](https://redirect.github.com/dtolnay/syn/issues/1819), [#​1820](https://redirect.github.com/dtolnay/syn/issues/1820), [#​1825](https://redirect.github.com/dtolnay/syn/issues/1825), [#​1826](https://redirect.github.com/dtolnay/syn/issues/1826), [#​1827](https://redirect.github.com/dtolnay/syn/issues/1827), [#​1828](https://redirect.github.com/dtolnay/syn/issues/1828), [#​1829](https://redirect.github.com/dtolnay/syn/issues/1829), [#​1830](https://redirect.github.com/dtolnay/syn/issues/1830)) ### [`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)) ### [`v2.0.92`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.92) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.91...2.0.92) - Fix parenthesization of jumps inside ranges ([#​1798](https://redirect.github.com/dtolnay/syn/issues/1798)) ### [`v2.0.91`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.91) [Compare Source](https://redirect.github.com/dtolnay/syn/compare/2.0.90...2.0.91) - Support parsing `Vec<Arm>` using `parse_quote!` ([#​1796](https://redirect.github.com/dtolnay/syn/issues/1796), [#​1797](https://redirect.github.com/dtolnay/syn/issues/1797)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bitwarden/sdk-internal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information