Skip to content

Commit

Permalink
[deps]: Update Rust crate syn to v2.0.90 (#53)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [syn](https://github.com/dtolnay/syn) | dependencies | patch
| `2.0.87` -> `2.0.90` |

---

### Release Notes

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

###
[`v2.0.90`](https://github.com/dtolnay/syn/releases/tag/2.0.90)

[Compare
Source](https://github.com/dtolnay/syn/compare/2.0.89...2.0.90)

- Fix automatic parenthesization of subexpressions containing outer
attributes, such as `(#[attr] thing).field`
([#&#8203;1785](https://github.com/dtolnay/syn/issues/1785))
- Fix automatic parenthesization of function calls via a struct field,
such as `(thing.field)()` and `thing.0()`
([#&#8203;1786](https://github.com/dtolnay/syn/issues/1786))

###
[`v2.0.89`](https://github.com/dtolnay/syn/releases/tag/2.0.89)

[Compare
Source](https://github.com/dtolnay/syn/compare/2.0.88...2.0.89)

- Fix *"compiler/fallback mismatch 949"* panic
([https://github.com/dtolnay/proc-macro2/issues/483](https://github.com/dtolnay/proc-macro2/issues/483))

###
[`v2.0.88`](https://github.com/dtolnay/syn/releases/tag/2.0.88)

[Compare
Source](https://github.com/dtolnay/syn/compare/2.0.87...2.0.88)

- Improve error recovery in `parse_str`
([#&#8203;1783](https://github.com/dtolnay/syn/issues/1783))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dani-garcia authored Dec 9, 2024
1 parent 4a15c6b commit a7dbc38
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

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

0 comments on commit a7dbc38

Please sign in to comment.