Skip to content

Commit

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

---

### Release Notes

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

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

[Compare Source](https://togithub.com/bytecodealliance/wit-bindgen/compare/v0.26.0...v0.27.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 Jun 30, 2024
1 parent d940e31 commit 11d2f39
Show file tree
Hide file tree
Showing 15 changed files with 270 additions and 601 deletions.
116 changes: 80 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 @@ -51,8 +51,8 @@ futures = "0.3.30"
lazy_static = "1.4.0"
once_cell = "1.19.0"
bitflags = "2.5.0"
wit-bindgen = "0.26.0"
wit-bindgen-rt = "0.26.0"
wit-bindgen = "0.27.0"
wit-bindgen-rt = "0.27.0"
rmp = "0.8.14"
rmp-serde = "1.3.0"
rmpv = "1.3.0"
Expand Down
3 changes: 3 additions & 0 deletions providers/pulumi_wasm_provider_docker_rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ mod bindings {
wit_bindgen::generate!({
// the name of the world in the `*.wit` input file
world: "main-world-client",
with: {
"component:pulumi-wasm/[email protected]": generate
}
});
}

Expand Down
3 changes: 3 additions & 0 deletions providers/pulumi_wasm_provider_random_rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ mod bindings {
wit_bindgen::generate!({
// the name of the world in the `*.wit` input file
world: "main-world-client",
with: {
"component:pulumi-wasm/[email protected]": generate
}
});
}

Expand Down
3 changes: 3 additions & 0 deletions pulumi_wasm_generator/src/output/rust/lib.rs.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ mod bindings {
wit_bindgen::generate!({
// the name of the world in the `*.wit` input file
world: "main-world-client",
with: {
"component:pulumi-wasm/[email protected]": generate
}
});
}

Expand Down
4 changes: 2 additions & 2 deletions pulumi_wasm_generator/tests/input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ members = [
]

[workspace.dependencies]
wit-bindgen-rt = "0.24.0"
wit-bindgen = "0.24.0"
wit-bindgen-rt = "0.27.0"
wit-bindgen = "0.27.0"
automod = "1.0.14"
wasm_common = { path = "../../../../wasm_common" }
pulumi_wasm_rust = { path = "../../../../pulumi_wasm_rust" }
Expand Down
Loading

0 comments on commit 11d2f39

Please sign in to comment.