chore(deps): bump wasmtime from 39.0.1 to 40.0.0#139
chore(deps): bump wasmtime from 39.0.1 to 40.0.0#139dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0068f1a611
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
crates/runtime/Cargo.toml
Outdated
| serde_json = "1.0" | ||
| metrics = "0.24" | ||
| wasmtime = { version = "39.0.1", features = ["cache", "cranelift"] } | ||
| wasmtime = { version = "40.0.0", features = ["cache", "cranelift"] } |
There was a problem hiding this comment.
Keep wasmtime/wasmtime-wasi versions in sync
Compiling crates/runtime uses wasmtime and wasmtime_wasi together (e.g., passing a wasmtime::Linker into wasmtime_wasi::p1::add_to_linker_sync in crates/runtime/src/runtime.rs). With wasmtime bumped to 40.0.0 but wasmtime-wasi still pinned to 39.0.1, Cargo resolves two different wasmtime versions, so the Linker types don’t match and this fails to compile when building the runtime crate. Please update wasmtime-wasi to 40.0.0 (or keep wasmtime at 39.0.1) to preserve type compatibility.
Useful? React with 👍 / 👎.
7b10420 to
9e552a6
Compare
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 39.0.1 to 40.0.0. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v39.0.1...v40.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 40.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9e552a6 to
862fb9c
Compare
|
Superseded by #145. |
Bumps wasmtime from 39.0.1 to 40.0.0.
Release notes
Sourced from wasmtime's releases.
... (truncated)
Changelog
Sourced from wasmtime's changelog.
... (truncated)
Commits
0807b00Release Wasmtime 40.0.0 (#12192)fadd22a[40.0.0] trap on blocking call in sync task before return (#12144)c242041Add release notes (#12132)ac3358bFix various broken links in docs. (#12125)058a9bcComponents: implement exception-tag translation in core module types. (#12122)54826c0Update wasm-tools/wit-bindgen dependencies (#12121)245580eCranelift: support fuzzingpatchable_call. (#12118)1d73897Usecore::convert::Infallibleinstead of our ownUninhabitedtype (#12115)9a6aa39Revert "Cranelift: Reassociate long and narrow chains of operations into shal...91abf8ctrap on read from and write to intra-component stream/future (#12117)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)