Skip to content

Commit

Permalink
chore(deps): update wasmtime to 19.0.2 (#124)
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 |
|---|---|---|---|
| [wasmtime](https://togithub.com/bytecodealliance/wasmtime) | workspace.dependencies | patch | `19.0.1` -> `19.0.2` |
| [wasmtime-wasi](https://togithub.com/bytecodealliance/wasmtime) | workspace.dependencies | patch | `19.0.1` -> `19.0.2` |

---

### Release Notes

<details>
<summary>bytecodealliance/wasmtime (wasmtime)</summary>

### [`v19.0.2`](https://togithub.com/bytecodealliance/wasmtime/releases/tag/v19.0.2)

[Compare Source](https://togithub.com/bytecodealliance/wasmtime/compare/v19.0.1...v19.0.2)

##### 19.0.2

Released 2024-04-11.

-   Fix a panic when compiling invalid components.
    [#&#8203;8322](https://togithub.com/bytecodealliance/wasmtime/issues/8322)

-   Fix `bindgen!` with `trappable_error_type` using unversioned/versioned
    packages.
    [#&#8203;8305](https://togithub.com/bytecodealliance/wasmtime/pull/8305)

-   cranelift: Include clobbers and outgoing args in stack limit.
    [#&#8203;8334](https://togithub.com/bytecodealliance/wasmtime/pull/8334)

</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 Apr 11, 2024
1 parent a4460c6 commit e8ff5c3
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
132 changes: 66 additions & 66 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 @@ -53,8 +53,8 @@ rmpv = "1.0.1"
serde = { version = "1.0.197", features = ["derive"] }
tonic = { version = "0.11.0", default-features = false }
serde_json = "1.0.115"
wasmtime = "19.0.1"
wasmtime-wasi = "19.0.1"
wasmtime = "19.0.2"
wasmtime-wasi = "19.0.2"
tonic-build = "0.11.0"
async-trait = "0.1.80"
tonic-web = "0.11.0"
Expand Down

0 comments on commit e8ff5c3

Please sign in to comment.