Skip to content

deps(rust): bump the rust-dependencies group with 3 updates#28

Merged
Lenvanderhof merged 1 commit intomainfrom
dependabot/cargo/rust-dependencies-c5c2f7fa6e
Mar 3, 2026
Merged

deps(rust): bump the rust-dependencies group with 3 updates#28
Lenvanderhof merged 1 commit intomainfrom
dependabot/cargo/rust-dependencies-c5c2f7fa6e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the rust-dependencies group with 3 updates: wasmtime, sysinfo and tempfile.

Updates wasmtime from 41.0.3 to 42.0.1

Release notes

Sourced from wasmtime's releases.

v42.0.1

42.0.1

Released 2026-02-25.

Fixed

  • Fix some minor bindgen! issues with anyhow: true #12658

v42.0.0

42.0.0

Released 2026-02-20.

Added

  • Cranelift now supports bitwise operations on floats on aarch64. #12326

  • Cranelift now supports NaN canonicalization of f16 and f128. #12337

  • Wasmtime has gained minimal support to implement fixed-length lists in the component model being communicated between composed components. #10619

  • Wasmtime's Error and Result types are now built-in to the wasmtime crate and are no longer defined by the anyhow crate. Wasmtime exports a mostly-compatible anyhow-like API at wasmtime::error which is used instead. Wasmtime's own Error handles OOM internally and is foundational part of Wasmtime's work-in-progress support to gracefully handle OOM. #12309

  • Wasmtime now exports an extension trait to convert anyhow::Result<T> into wasmtime::Result<T>. #12255

  • Wasmtime supports a new bindgen! option to generate bindings specifically with anyhow::Result instead of wasmtime::Result. #12331

  • The Nvidia-Cuda execution provider is now supported for the wasi-nn onnx backend. #12044

  • Non-exported and private entities can now be accessed through the debugger API. #12367

... (truncated)

Changelog

Sourced from wasmtime's changelog.

42.0.1

Released 2026-02-25.

Fixed

  • Fix some minor bindgen! issues with anyhow: true #12658

42.0.0

Released 2026-02-24.

Added

  • Cranelift now supports bitwise operations on floats on aarch64. #12326

  • Cranelift now supports NaN canonicalization of f16 and f128. #12337

  • Wasmtime has gained minimal support to implement fixed-length lists in the component model being communicated between composed components. #10619

  • Wasmtime's Error and Result types are now built-in to the wasmtime crate and are no longer defined by the anyhow crate. Wasmtime exports a mostly-compatible anyhow-like API at wasmtime::error which is used instead. Wasmtime's own Error handles OOM internally and is foundational part of Wasmtime's work-in-progress support to gracefully handle OOM. #12309

  • Wasmtime now exports an extension trait to convert anyhow::Result<T> into wasmtime::Result<T>. #12255

  • Wasmtime supports a new bindgen! option to generate bindings specifically with anyhow::Result instead of wasmtime::Result. #12331

  • The Nvidia-Cuda execution provider is now supported for the wasi-nn onnx backend. #12044

  • Non-exported and private entities can now be accessed through the debugger API. #12367

... (truncated)

Commits

Updates sysinfo from 0.38.2 to 0.38.3

Changelog

Sourced from sysinfo's changelog.

0.38.3

  • macOS: Improve accuracy of System::available_memory and System::used_memory.
  • Documentation: add missing unit for CPU::frequency returned value.
Commits
  • 61257e4 Merge pull request #1635 from GuillaumeGomez/update
  • 3cf4b65 Update crate version to 0.38.3
  • 7819ee8 Update CHANGELOG for 0.38.3
  • db4e1e3 Merge pull request #1634 from gaussfff/fix/macos-used-memory-calc-improvement
  • b32882a fix: improve accuracy of used memory calculation for macos
  • 572a1df Merge pull request #1632 from gaussfff/fix/macos-memory-calculations
  • 7aad97b fix(macos): implement right used and available ram memory calculation
  • 3438a0d Merge pull request #1633 from GuillaumeGomez/clippy
  • 9e2a28e Fix new clippy lint
  • ce0032c Merge pull request #1631 from GuillaumeGomez/precise-missing-info
  • Additional commits viewable in compare view

Updates tempfile from 3.25.0 to 3.26.0

Changelog

Sourced from tempfile's changelog.

3.26.0

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the rust-dependencies group with 3 updates: [wasmtime](https://github.com/bytecodealliance/wasmtime), [sysinfo](https://github.com/GuillaumeGomez/sysinfo) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `wasmtime` from 41.0.3 to 42.0.1
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v42.0.1/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v41.0.3...v42.0.1)

Updates `sysinfo` from 0.38.2 to 0.38.3
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.38.2...v0.38.3)

Updates `tempfile` from 3.25.0 to 3.26.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-version: 42.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: sysinfo
  dependency-version: 0.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from Lenvanderhof as a code owner March 2, 2026 21:12
@Lenvanderhof Lenvanderhof merged commit 07ce25b into main Mar 3, 2026
19 of 48 checks passed
@Lenvanderhof Lenvanderhof deleted the dependabot/cargo/rust-dependencies-c5c2f7fa6e branch March 3, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant