chore(deps): bump wasmtime from 39.0.1 to 40.0.3 in the cargo group across 1 directory#151
chore(deps): bump wasmtime from 39.0.1 to 40.0.3 in the cargo group across 1 directory#151dependabot[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: fca63fbc67
ℹ️ 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".
| wasmtime = { version = "40.0.3", features = ["cache", "cranelift"] } | ||
| wasmtime-wasi = "39.0.1" |
There was a problem hiding this comment.
Align wasmtime-wasi version with wasmtime
Because this crate uses wasmtime_wasi::p1::add_to_linker_sync with a wasmtime::Linker from the direct wasmtime dependency (see crates/runtime/src/runtime.rs), keeping wasmtime = 40.0.3 while wasmtime-wasi = 39.0.1 forces Cargo to pull two incompatible wasmtime versions (39.x and 40.x). That makes the wasi linker APIs expect the 39.x Linker type while the code builds a 40.x Linker, leading to type mismatches/build failures. To avoid breaking the runtime, wasmtime-wasi needs to be bumped to the matching 40.x line (or keep wasmtime at 39.x).
Useful? React with 👍 / 👎.
5709217 to
24a0410
Compare
Bumps the cargo group with 1 update in the / directory: [wasmtime](https://github.com/bytecodealliance/wasmtime). Updates `wasmtime` from 39.0.1 to 40.0.3 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v40.0.3/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v39.0.1...v40.0.3) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 40.0.3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
24a0410 to
c482a9d
Compare
Bumps the cargo group with 1 update in the / directory: wasmtime.
Updates
wasmtimefrom 39.0.1 to 40.0.3Release notes
Sourced from wasmtime's releases.
... (truncated)
Changelog
Sourced from wasmtime's changelog.
... (truncated)
Commits
390241fRelease Wasmtime 40.0.3 (#12433)728fa07[40.0] Backport Cranelift: x64: fix incorrect load-sinking incopysignoper...bb9ef67Release Wasmtime 40.0.2 (#12346)f5728ae[40.0.x] Backport a few codegen fixes (#12345)27a0a94Cranelift: x64: fix user-controlled recursion in cmp emission. (#12333) (#12341)918e5dcRelease Wasmtime 40.0.1 (#12271)01cc1c0Migrate this workspace to using trusted publishing (#12257) (#12265)0807b00Release Wasmtime 40.0.0 (#12192)fadd22a[40.0.0] trap on blocking call in sync task before return (#12144)c242041Add release notes (#12132)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.