Skip to content

chore(deps): bump the wasmtime-dependencies group across 1 directory with 3 updates#579

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmtime-dependencies-8aaa6d6829
Open

chore(deps): bump the wasmtime-dependencies group across 1 directory with 3 updates#579
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/wasmtime-dependencies-8aaa6d6829

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps the wasmtime-dependencies group with 3 updates in the / directory: wasmtime, wasmtime-wasi and deterministic-wasi-ctx.

Updates wasmtime from 39.0.1 to 41.0.4

Release notes

Sourced from wasmtime's releases.

v41.0.4

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed

v41.0.3

41.0.3

Released 2026-02-04.

Fixed

  • Fix an incorrect mid-end optimization rule that could cause a compiler panic due to mismatched types. #12504

v41.0.2

41.0.2

Released 2026-02-03.

Fixed

  • Reduce the dependencies of the wasmtime-internal-jit-icache-coherence crate. #12446

v41.0.1

... (truncated)

Changelog

Sourced from wasmtime's changelog.

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed


41.0.3

Released 2026-02-04.

Fixed

  • Fix an incorrect mid-end optimization rule that could cause a compiler panic due to mismatched types. #12504

41.0.2

Released 2026-02-03.

Fixed

  • Reduce the dependencies of the wasmtime-internal-jit-icache-coherence crate. #12446

... (truncated)

Commits

Updates wasmtime-wasi from 39.0.1 to 41.0.4

Release notes

Sourced from wasmtime-wasi's releases.

v41.0.4

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed

v41.0.3

41.0.3

Released 2026-02-04.

Fixed

  • Fix an incorrect mid-end optimization rule that could cause a compiler panic due to mismatched types. #12504

v41.0.2

41.0.2

Released 2026-02-03.

Fixed

  • Reduce the dependencies of the wasmtime-internal-jit-icache-coherence crate. #12446

v41.0.1

... (truncated)

Changelog

Sourced from wasmtime-wasi's changelog.

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed


41.0.3

Released 2026-02-04.

Fixed

  • Fix an incorrect mid-end optimization rule that could cause a compiler panic due to mismatched types. #12504

41.0.2

Released 2026-02-03.

Fixed

  • Reduce the dependencies of the wasmtime-internal-jit-icache-coherence crate. #12446

... (truncated)

Commits

Updates deterministic-wasi-ctx from 3.0.4 to 3.0.6

Release notes

Sourced from deterministic-wasi-ctx's releases.

v3.0.6

What's Changed

Full Changelog: Shopify/deterministic-wasi-ctx@v3.0.4...v3.0.6

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 24, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the wasmtime-dependencies group with 3 updates chore(deps): bump the wasmtime-dependencies group across 1 directory with 3 updates May 1, 2026
…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 39.0.1 to 41.0.4
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v41.0.4/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.1...v41.0.4)

Updates `wasmtime-wasi` from 39.0.1 to 41.0.4
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v41.0.4/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.1...v41.0.4)

Updates `deterministic-wasi-ctx` from 3.0.4 to 3.0.6
- [Release notes](https://github.com/Shopify/deterministic-wasi-ctx/releases)
- [Commits](Shopify/deterministic-wasi-ctx@v3.0.4...v3.0.6)

---
updated-dependencies:
- dependency-name: deterministic-wasi-ctx
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: wasmtime-dependencies
- dependency-name: wasmtime
  dependency-version: 41.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wasmtime-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 41.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wasmtime-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/wasmtime-dependencies-8aaa6d6829 branch from 4cfe6a3 to a2f872b Compare May 1, 2026 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants