Skip to content

Commit

Permalink
[deps]: Update Rust crate syn to v2.0.95 (#96)
Browse files Browse the repository at this point in the history
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
([#&#8203;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
([#&#8203;1811](https://redirect.github.com/dtolnay/syn/issues/1811),
[#&#8203;1812](https://redirect.github.com/dtolnay/syn/issues/1812),
[#&#8203;1813](https://redirect.github.com/dtolnay/syn/issues/1813),
[#&#8203;1814](https://redirect.github.com/dtolnay/syn/issues/1814),
[#&#8203;1815](https://redirect.github.com/dtolnay/syn/issues/1815),
[#&#8203;1816](https://redirect.github.com/dtolnay/syn/issues/1816),
[#&#8203;1818](https://redirect.github.com/dtolnay/syn/issues/1818),
[#&#8203;1819](https://redirect.github.com/dtolnay/syn/issues/1819),
[#&#8203;1820](https://redirect.github.com/dtolnay/syn/issues/1820),
[#&#8203;1825](https://redirect.github.com/dtolnay/syn/issues/1825),
[#&#8203;1826](https://redirect.github.com/dtolnay/syn/issues/1826),
[#&#8203;1827](https://redirect.github.com/dtolnay/syn/issues/1827),
[#&#8203;1828](https://redirect.github.com/dtolnay/syn/issues/1828),
[#&#8203;1829](https://redirect.github.com/dtolnay/syn/issues/1829),
[#&#8203;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`
([#&#8203;1804](https://redirect.github.com/dtolnay/syn/issues/1804)),
`break as T`
([#&#8203;1805](https://redirect.github.com/dtolnay/syn/issues/1805)),
`match x { _ if .. => {} }`
([#&#8203;1807](https://redirect.github.com/dtolnay/syn/issues/1807))
- Fix expression printing edge cases: `|| -> T 'a: {}`
([#&#8203;1806](https://redirect.github.com/dtolnay/syn/issues/1806)),
`if break x {}`
([#&#8203;1808](https://redirect.github.com/dtolnay/syn/issues/1808),
[#&#8203;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
([#&#8203;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!`
([#&#8203;1796](https://redirect.github.com/dtolnay/syn/issues/1796),
[#&#8203;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
renovate[bot] authored Jan 7, 2025
1 parent 187a40f commit a7dd5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

0 comments on commit a7dd5a8

Please sign in to comment.