Skip to content

Commit

Permalink
chore(deps): update wit-bindgen to 0.23.0 (#77)
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 |
|---|---|---|---|
| [wit-bindgen](https://togithub.com/bytecodealliance/wit-bindgen) | workspace.dependencies | minor | `0.22.0` -> `0.23.0` |
| [wit-bindgen-rt](https://togithub.com/bytecodealliance/wit-bindgen) | workspace.dependencies | minor | `0.22.0` -> `0.23.0` |

---

### Release Notes

<details>
<summary>bytecodealliance/wit-bindgen (wit-bindgen)</summary>

### [`v0.23.0`](https://togithub.com/bytecodealliance/wit-bindgen/compare/v0.22.0...v0.23.0)

[Compare Source](https://togithub.com/bytecodealliance/wit-bindgen/compare/v0.22.0...v0.23.0)

</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 these updates 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 27, 2024
1 parent 67bfed0 commit d3251f1
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 38 deletions.
112 changes: 76 additions & 36 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ futures = "0.3.30"
lazy_static = "1.4.0"
once_cell = "1.19.0"
bitflags = "2.5.0"
wit-bindgen = "0.22.0"
wit-bindgen-rt = "0.22.0"
wit-bindgen = "0.23.0"
wit-bindgen-rt = "0.23.0"
rmp = "0.8.12"
rmp-serde = "1.1.2"
rmpv = "1.0.1"
Expand Down

0 comments on commit d3251f1

Please sign in to comment.