Skip to content

Commit

Permalink
chore(deps): update wasm-tools to 0.216.0 (#346)
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 |
|---|---|---|---|
| [wasmprinter](https://togithub.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter) ([source](https://togithub.com/bytecodealliance/wasm-tools/tree/HEAD/crates/wasmprinter)) | workspace.dependencies | minor | `0.215.0` -> `0.216.0` |
| [wit-component](https://togithub.com/bytecodealliance/wasm-tools/tree/main/crates/wit-component) ([source](https://togithub.com/bytecodealliance/wasm-tools/tree/HEAD/crates/wit-component)) | workspace.dependencies | minor | `0.215.0` -> `0.216.0` |
| [wit-parser](https://togithub.com/bytecodealliance/wasm-tools/tree/main/crates/wit-parser) ([source](https://togithub.com/bytecodealliance/wasm-tools/tree/HEAD/crates/wit-parser)) | workspace.dependencies | minor | `0.215.0` -> `0.216.0` |

---

### 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 these updates again.

---

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

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent cc6ff92 commit e26c269
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 31 deletions.
150 changes: 122 additions & 28 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ serde_yaml = "0.9.33"
prettyplease = "0.2.20"
directories = "5.0"
reqwest = "0.12.5"
wit-component = "0.215.0"
wit-parser = "0.215.0"
wasmprinter = "0.215.0"
wit-component = "0.216.0"
wit-parser = "0.216.0"
wasmprinter = "0.216.0"

0 comments on commit e26c269

Please sign in to comment.