Skip to content

Commit

Permalink
chore(deps): update rust crate wit-bindgen-rt to 0.32.0 (#387)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [wit-bindgen-rt](https://redirect.github.com/bytecodealliance/wit-bindgen) ([source](https://redirect.github.com/bytecodealliance/wasi-rs)) | workspace.dependencies | minor | `0.31.0` -> `0.32.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 this update 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 Sep 10, 2024
1 parent 699bc52 commit 769a1e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 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 @@ -59,7 +59,7 @@ futures = "0.3.30"
once_cell = "1.19.0"
bitflags = "2.5.0"
wit-bindgen = "0.31.0"
wit-bindgen-rt = "0.31.0"
wit-bindgen-rt = "0.32.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 769a1e8

Please sign in to comment.