Skip to content

Commit

Permalink
chore(deps): update rust crate syn to 2.0.57 (#87)
Browse files Browse the repository at this point in the history
[![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.55` -> `2.0.57` |

---

### Release Notes

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

### [`v2.0.57`](https://togithub.com/dtolnay/syn/releases/tag/2.0.57)

[Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.56...2.0.57)

-   Eliminate dependency on `quote` when built with default-features disabled and the "proc-macro" feature enabled ([#&#8203;1608](https://togithub.com/dtolnay/syn/issues/1608), thanks [@&#8203;BD103](https://togithub.com/BD103))

### [`v2.0.56`](https://togithub.com/dtolnay/syn/releases/tag/2.0.56)

[Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.55...2.0.56)

-   Apply RUSTC_WORKSPACE_WRAPPER when deciding whether to run nightly-only tests ([#&#8203;1605](https://togithub.com/dtolnay/syn/issues/1605))

</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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] authored Mar 30, 2024
1 parent fa98921 commit de8d731
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ log4rs = "1.3.0"
tokio = { version = "1.37.0", features = ["sync", "macros", "io-util", "rt", "time"] }
clap = { version = "4.5.4", features = ["derive"] }
regex = "1.10.4"
syn = { version = "2.0.55", features = ["full"] }
syn = { version = "2.0.57", features = ["full"] }
quote = "1.0.35"
proc-macro2 = "1.0.79"
assert_cmd = "2.0.14"
Expand Down

0 comments on commit de8d731

Please sign in to comment.