Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Updates the requirements on wasmtime to permit the latest version.

Release notes

Sourced from wasmtime's releases.

v41.0.0

41.0.0

Released 2026-01-20.

Added

  • Support for {Future,Stream}Any in the component model has improved. #12142

  • Wasmtime has initial support for breakpoints and single-stepping with the debug feature for guest programs. #12133

  • Wasmtime has begun adding a new Error type which is similar to anyhow::Error but supports gracefully handling OOM. Wasmtime still uses anyhow::Error but this will change in the future to wasmtime::Error which will be a distinct type. #12163

  • An initial top-level crate for async-debugging guest programs has been added. #12183

Changed

  • Cranelift now optimizes redundant select + icmp instructions. #12135

  • Synchronous component model functions can no longer block before returning. This implements a change in the upstream specification to the upcoming async support in the component model which places stricter restrictions on non-async functions and their ability to perform blocking operations. #12043

  • Frame iteration in debug mode now visits all activations which enables seeing all frames from recursive wasm calls. #12176

  • Wasmtime now requires Rust 1.90.0 or later. #12167

  • Intra-component stream/future reads/writes are now allowed for simple data types. #12181

  • The POLL callback code has been removed from the canonical ABI for async functions and the waitable-set.poll function no longer yields. #12182

  • Guest-to-guest adapters injected by Wasmtime now have improved trapping error

... (truncated)

Changelog

Sourced from wasmtime's changelog.

42.0.0

Unreleased.

Added

Changed


Release notes for previous releases of Wasmtime can be found on the respective release branches of the Wasmtime repository.

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 26, 2026
Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v40.0.0...v41.0.0)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-version: 41.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/wasmtime-41.0.0 branch from 7bfc7d0 to dfcecfe Compare January 26, 2026 09:15
@HttpRafa HttpRafa merged commit a463a21 into main Jan 26, 2026
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/wasmtime-41.0.0 branch January 26, 2026 10:20
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.

2 participants