chore(deps): bump the wasmtime-dependencies group across 1 directory with 3 updates#457
chore(deps): bump the wasmtime-dependencies group across 1 directory with 3 updates#457dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
a9fd9f7 to
6c8a31e
Compare
…with 3 updates Bumps the wasmtime-dependencies group with 3 updates in the / directory: [wasmtime](https://github.com/bytecodealliance/wasmtime), [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) and [deterministic-wasi-ctx](https://github.com/Shopify/deterministic-wasi-ctx). Updates `wasmtime` from 28.0.1 to 29.0.1 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v29.0.1/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v28.0.1...v29.0.1) Updates `wasmtime-wasi` from 28.0.1 to 29.0.1 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v29.0.1/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v28.0.1...v29.0.1) Updates `deterministic-wasi-ctx` from 0.1.31 to 0.1.34 - [Release notes](https://github.com/Shopify/deterministic-wasi-ctx/releases) - [Commits](Shopify/deterministic-wasi-ctx@v0.1.31...v0.1.34) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 29.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: wasmtime-dependencies - dependency-name: wasmtime-wasi dependency-version: 29.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: wasmtime-dependencies - dependency-name: deterministic-wasi-ctx dependency-version: 0.1.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: wasmtime-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
6c8a31e to
fc67823
Compare
|
My Investigation: How do we use assert_fs?
We use it to test outputs, file handling and commands. Why are we seeing test failures?The test failures occur due to a dependency version conflict between wasmtime versions:
The error mentions: "perhaps two different versions of crate What changes in assert_fs caused this?The changes dont seem to apply to use, Claude helped me analysze the changes and in
While the exact dependency path isn't obvious from looking at the public repositories, the compiler error clearly shows wasmtime version conflicts introduced when upgrading to assert_fs 1.1.3. Potential SolutionsWe have two main options to resolve this issue: Option 1: Stay on
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the wasmtime-dependencies group with 3 updates in the / directory: wasmtime, wasmtime-wasi and deterministic-wasi-ctx.
Updates
wasmtimefrom 28.0.1 to 29.0.1Release notes
Sourced from wasmtime's releases.
... (truncated)
Changelog
Sourced from wasmtime's changelog.
... (truncated)
Commits
58282dfRelease Wasmtime 29.0.1 (#10070)e304726[29.0.x]: Fix a missing increment in p1-to-p2 adapter (#10067)5454077Release Wasmtime 29.0.0 (#10049)c72e60fFix dropping cached stack withStore::into_data(#10009) (#10014)fa6a12dAdd release notes for 29.0.0 (#9955)6b615ffRefactor release builds, add aarch64-musl (#9885) (#9934)2bd01cewinch: Standardize method naming convention accross the assemblers (#9918)b93e1bcwinch: Gracefully handle compilation errors (#9851)5ca3715feat: Implement simd_f64x2_arith for pulley (#9917)f2ab725RewordLinearMemoryandMemoryCreatornote about being a new API (#9916)Updates
wasmtime-wasifrom 28.0.1 to 29.0.1Release notes
Sourced from wasmtime-wasi's releases.
... (truncated)
Changelog
Sourced from wasmtime-wasi's changelog.
... (truncated)
Commits
58282dfRelease Wasmtime 29.0.1 (#10070)e304726[29.0.x]: Fix a missing increment in p1-to-p2 adapter (#10067)5454077Release Wasmtime 29.0.0 (#10049)c72e60fFix dropping cached stack withStore::into_data(#10009) (#10014)fa6a12dAdd release notes for 29.0.0 (#9955)6b615ffRefactor release builds, add aarch64-musl (#9885) (#9934)2bd01cewinch: Standardize method naming convention accross the assemblers (#9918)b93e1bcwinch: Gracefully handle compilation errors (#9851)5ca3715feat: Implement simd_f64x2_arith for pulley (#9917)f2ab725RewordLinearMemoryandMemoryCreatornote about being a new API (#9916)Updates
deterministic-wasi-ctxfrom 0.1.31 to 0.1.34Release notes
Sourced from deterministic-wasi-ctx's releases.
Commits
cb763b9Merge pull request #88 from Shopify/wasmtime-31ab283d1Use wasmtime v31b5c1276v0.1.33 (#87)ab609a6Remove unnecessary wasmtime features (#86)c4e55e7v0.1.32 (#85)5de63f3Add a function for replace WASI preview 0 scheduling functions (#84)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 conditions