Skip to content

Commit

Permalink
chore(deps): update wit-bindgen to 0.28.0 (#249)
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://github.com/bytecodealliance/wit-bindgen) | workspace.dependencies | minor | `0.27.0` -> `0.28.0` |
| [wit-bindgen-rt](https://github.com/bytecodealliance/wit-bindgen) | workspace.dependencies | minor | `0.27.0` -> `0.28.0` |

---

### Release Notes

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

### [`v0.28.0`](https://github.com/bytecodealliance/wit-bindgen/compare/v0.27.0...v0.28.0)

[Compare Source](https://github.com/bytecodealliance/wit-bindgen/compare/v0.27.0...v0.28.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 Jul 16, 2024
1 parent c14ba3c commit 68d29e4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 30 deletions.
65 changes: 37 additions & 28 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 @@ -49,8 +49,8 @@ futures = "0.3.30"
lazy_static = "1.4.0"
once_cell = "1.19.0"
bitflags = "2.5.0"
wit-bindgen = "0.27.0"
wit-bindgen-rt = "0.27.0"
wit-bindgen = "0.28.0"
wit-bindgen-rt = "0.28.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = { version = "1.0.120" }
tonic = { version = "0.12.0", default-features = false }
Expand Down

0 comments on commit 68d29e4

Please sign in to comment.