Skip to content

Commit

Permalink
chore(deps): update rust crate syn to 2.0.60 (#127)
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.58` -> `2.0.60` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.59...2.0.60)

-   Improve how None-delimited groups are counted by `peek` ([#&#8203;1625](https://togithub.com/dtolnay/syn/issues/1625))

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

[Compare Source](https://togithub.com/dtolnay/syn/compare/2.0.58...2.0.59)

-   Parse `c"…"` and `cr"…"` C-string literal syntax as `Lit::CStr` ([#&#8203;1502](https://togithub.com/dtolnay/syn/issues/1502))

</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 Apr 20, 2024
1 parent b09cccf commit 9ddc7c3
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
52 changes: 26 additions & 26 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 @@ -64,7 +64,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.58", features = ["full"] }
syn = { version = "2.0.60", features = ["full"] }
quote = "1.0.36"
proc-macro2 = "1.0.81"
assert_cmd = "2.0.14"
Expand Down

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

4 changes: 2 additions & 2 deletions pulumi_wasm_generator/tests/output/docker_provider/Cargo.lock

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

4 changes: 2 additions & 2 deletions pulumi_wasm_generator/tests/output/random_provider/Cargo.lock

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

0 comments on commit 9ddc7c3

Please sign in to comment.