Skip to content

Commit

Permalink
chore(deps): update wasm-tools to 0.221.0 (#512)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [wasmprinter](https://redirect.github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter) ([source](https://redirect.github.com/bytecodealliance/wasm-tools/tree/HEAD/crates/wasmprinter)) | workspace.dependencies | minor | `0.220.0` -> `0.221.0` |
| [wit-component](https://redirect.github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-component) ([source](https://redirect.github.com/bytecodealliance/wasm-tools/tree/HEAD/crates/wit-component)) | workspace.dependencies | minor | `0.220.0` -> `0.221.0` |
| [wit-parser](https://redirect.github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-parser) ([source](https://redirect.github.com/bytecodealliance/wasm-tools/tree/HEAD/crates/wit-parser)) | workspace.dependencies | minor | `0.220.0` -> `0.221.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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 4f7c944 commit afee4f7
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 17 deletions.
118 changes: 104 additions & 14 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 @@ -93,7 +93,7 @@ serde_yaml = "0.9.33"
prettyplease = "0.2.20"
directories = "5.0"
reqwest = "0.12.5"
wit-component = "0.220.0"
wit-parser = "0.220.0"
wasmprinter = "0.220.0"
wit-component = "0.221.0"
wit-parser = "0.221.0"
wasmprinter = "0.221.0"
bon = "3.0.0"

0 comments on commit afee4f7

Please sign in to comment.