Commit 07ce25b
authored
deps(rust): bump the rust-dependencies group with 3 updates (#28)
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
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bytecodealliance/wasmtime/releases">wasmtime's
releases</a>.</em></p>
<blockquote>
<h2>v42.0.1</h2>
<h2>42.0.1</h2>
<p>Released 2026-02-25.</p>
<h3>Fixed</h3>
<ul>
<li>Fix some minor <code>bindgen!</code> issues with <code>anyhow:
true</code>
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12658">#12658</a></li>
</ul>
<h2>v42.0.0</h2>
<h2>42.0.0</h2>
<p>Released 2026-02-20.</p>
<h3>Added</h3>
<ul>
<li>
<p>Cranelift now supports bitwise operations on floats on aarch64.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12326">#12326</a></p>
</li>
<li>
<p>Cranelift now supports NaN canonicalization of f16 and f128.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12337">#12337</a></p>
</li>
<li>
<p>Wasmtime has gained minimal support to implement fixed-length lists
in the
component model being communicated between composed components.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/10619">#10619</a></p>
</li>
<li>
<p>Wasmtime's <code>Error</code> and <code>Result</code> types are now
built-in to the <code>wasmtime</code> crate
and are no longer defined by the <code>anyhow</code> crate. Wasmtime
exports a
mostly-compatible <code>anyhow</code>-like API at
<code>wasmtime::error</code> which is used
instead. Wasmtime's own <code>Error</code> handles OOM internally and is
foundational
part of Wasmtime's work-in-progress support to gracefully handle OOM.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12309">#12309</a></p>
</li>
<li>
<p>Wasmtime now exports an extension trait to convert
<code>anyhow::Result<T></code> into
<code>wasmtime::Result<T></code>.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12255">#12255</a></p>
</li>
<li>
<p>Wasmtime supports a new <code>bindgen!</code> option to generate
bindings specifically
with <code>anyhow::Result</code> instead of
<code>wasmtime::Result</code>.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12331">#12331</a></p>
</li>
<li>
<p>The Nvidia-Cuda execution provider is now supported for the wasi-nn
onnx
backend.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12044">#12044</a></p>
</li>
<li>
<p>Non-exported and private entities can now be accessed through the
debugger
API.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12367">#12367</a></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bytecodealliance/wasmtime/blob/v42.0.1/RELEASES.md">wasmtime's
changelog</a>.</em></p>
<blockquote>
<h2>42.0.1</h2>
<p>Released 2026-02-25.</p>
<h3>Fixed</h3>
<ul>
<li>Fix some minor <code>bindgen!</code> issues with <code>anyhow:
true</code>
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12658">#12658</a></li>
</ul>
<hr />
<h2>42.0.0</h2>
<p>Released 2026-02-24.</p>
<h3>Added</h3>
<ul>
<li>
<p>Cranelift now supports bitwise operations on floats on aarch64.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12326">#12326</a></p>
</li>
<li>
<p>Cranelift now supports NaN canonicalization of f16 and f128.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12337">#12337</a></p>
</li>
<li>
<p>Wasmtime has gained minimal support to implement fixed-length lists
in the
component model being communicated between composed components.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/10619">#10619</a></p>
</li>
<li>
<p>Wasmtime's <code>Error</code> and <code>Result</code> types are now
built-in to the <code>wasmtime</code> crate
and are no longer defined by the <code>anyhow</code> crate. Wasmtime
exports a
mostly-compatible <code>anyhow</code>-like API at
<code>wasmtime::error</code> which is used
instead. Wasmtime's own <code>Error</code> handles OOM internally and is
foundational
part of Wasmtime's work-in-progress support to gracefully handle OOM.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12309">#12309</a></p>
</li>
<li>
<p>Wasmtime now exports an extension trait to convert
<code>anyhow::Result<T></code> into
<code>wasmtime::Result<T></code>.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12255">#12255</a></p>
</li>
<li>
<p>Wasmtime supports a new <code>bindgen!</code> option to generate
bindings specifically
with <code>anyhow::Result</code> instead of
<code>wasmtime::Result</code>.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12331">#12331</a></p>
</li>
<li>
<p>The Nvidia-Cuda execution provider is now supported for the wasi-nn
onnx
backend.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12044">#12044</a></p>
</li>
<li>
<p>Non-exported and private entities can now be accessed through the
debugger
API.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12367">#12367</a></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/6844a83b530f86ad13a65175282fe2dbcd33cad1"><code>6844a83</code></a>
Release Wasmtime 42.0.1 (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12666">#12666</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/6801aa755014989c04512394898a244868b700d6"><code>6801aa7</code></a>
Fix some minor <code>bindgen!</code> issues with <code>anyhow:
true</code> (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12658">#12658</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/aa3cfe72f25f7a06f93af3f5d15a615e34628b97"><code>aa3cfe7</code></a>
Release Wasmtime 42.0.0 (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12627">#12627</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/639c2397f844969e33e844e9fbc99a3fefa4c606"><code>639c239</code></a>
[42.0.0] Backport fixes for security advisories. (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12651">#12651</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/1b9d0684fbf208dbc5c423c3e248426c29a0daec"><code>1b9d068</code></a>
Add release notes (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12624">#12624</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/cbbe5551e56c9228c602cc1dd87ab177aa3bc845"><code>cbbe555</code></a>
Implement <code>TryClone</code> for <code>WasmSubType</code>; use it in
the <code>TypeRegistry</code> (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12527">#12527</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/b96811d8cf8e4d4849d5dffcc90910281837a1e3"><code>b96811d</code></a>
Handle OOM when getting a function type's trampoline type (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12524">#12524</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/6592cf938a5ac60327520eacc6cb02aee83bfdca"><code>6592cf9</code></a>
Struct locals etc (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12513">#12513</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/c190d7c48263f11e50e059446fc3d567736003c7"><code>c190d7c</code></a>
Document the effect of CI outages on releases (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12521">#12521</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/071704b44f3f0e0958e9c91d5936e845784440c7"><code>071704b</code></a>
Don't panic while already panicking in the OOM test runner (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12526">#12526</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bytecodealliance/wasmtime/compare/v41.0.3...v42.0.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `sysinfo` from 0.38.2 to 0.38.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md">sysinfo's
changelog</a>.</em></p>
<blockquote>
<h1>0.38.3</h1>
<ul>
<li>macOS: Improve accuracy of <code>System::available_memory</code> and
<code>System::used_memory</code>.</li>
<li>Documentation: add missing unit for <code>CPU::frequency</code>
returned value.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/61257e4da7eb14010fae557d252d2d306e2e23ae"><code>61257e4</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1635">#1635</a>
from GuillaumeGomez/update</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/3cf4b65255b533f8a154bc75adfaf66268bf82f8"><code>3cf4b65</code></a>
Update crate version to <code>0.38.3</code></li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/7819ee84d73e35f5cb993f746bc92a4bb4011d65"><code>7819ee8</code></a>
Update CHANGELOG for <code>0.38.3</code></li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/db4e1e315875726a66676ed975511b73f03a4b2e"><code>db4e1e3</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1634">#1634</a>
from gaussfff/fix/macos-used-memory-calc-improvement</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/b32882ae23895f167366c22c217dbda375647a6d"><code>b32882a</code></a>
fix: improve accuracy of used memory calculation for macos</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/572a1df10f948c7b0136bf34432f42ef6bdd5f5b"><code>572a1df</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1632">#1632</a>
from gaussfff/fix/macos-memory-calculations</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/7aad97bf1ccaa3a1bf429ea34ae4160ce7035eab"><code>7aad97b</code></a>
fix(macos): implement right used and available ram memory
calculation</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/3438a0db0adb2252f23d1ebc22efe717010e9b71"><code>3438a0d</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1633">#1633</a>
from GuillaumeGomez/clippy</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/9e2a28e65e046cb05e582e56bd0d72bc1d8f87fc"><code>9e2a28e</code></a>
Fix new clippy lint</li>
<li><a
href="https://github.com/GuillaumeGomez/sysinfo/commit/ce0032c199b3c2a8384d4277b4f52b9953ce8005"><code>ce0032c</code></a>
Merge pull request <a
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1631">#1631</a>
from GuillaumeGomez/precise-missing-info</li>
<li>Additional commits viewable in <a
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.38.2...v0.38.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `tempfile` from 3.25.0 to 3.26.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.26.0</h2>
<ul>
<li>Support <code>NamedTempFile::persist</code> on RedoxOS (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/393">#393</a>)
(thanks to <a
href="https://github.com/Andy-Python-Programmer"><code>@Andy-Python-Programmer</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/commits/v3.26.0">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 98d89f2 commit 07ce25b
2 files changed
Lines changed: 125 additions & 169 deletions
0 commit comments