Skip to content

Commit

Permalink
chore(deps): update rust crate proc-macro2 to 1.0.81 (#126)
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 |
|---|---|---|---|
| [proc-macro2](https://togithub.com/dtolnay/proc-macro2) | workspace.dependencies | patch | `1.0.79` -> `1.0.81` |

---

### Release Notes

<details>
<summary>dtolnay/proc-macro2 (proc-macro2)</summary>

### [`v1.0.81`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.81)

[Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.80...1.0.81)

-   Documentation improvements

### [`v1.0.80`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.80)

[Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.79...1.0.80)

-   Add `Literal::byte_character` constructor ([#&#8203;449](https://togithub.com/dtolnay/proc-macro2/issues/449))
-   Add `Literal::c_string` constructor [#&#8203;450](https://togithub.com/dtolnay/proc-macro2/issues/450))

</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 a46432b commit b09cccf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ clap = { version = "4.5.4", features = ["derive"] }
regex = "1.10.4"
syn = { version = "2.0.58", features = ["full"] }
quote = "1.0.36"
proc-macro2 = "1.0.79"
proc-macro2 = "1.0.81"
assert_cmd = "2.0.14"
predicates = "3.1.0"
normpath = "1.2"
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 b09cccf

Please sign in to comment.