Commit 4ab1805
authored
chore(deps): bump wasmtime from 36.0.3 to 36.0.5 in the cargo group across 1 directory (#15)
Bumps the cargo group with 1 update in the / directory:
[wasmtime](https://github.com/bytecodealliance/wasmtime).
Updates `wasmtime` from 36.0.3 to 36.0.5
<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>v36.0.5</h2>
<h2>36.0.5</h2>
<p>Released 2026-01-26.</p>
<h3>Fixed</h3>
<ul>
<li>Fixed a bug in lowering of <code>f64.copysign</code> on x86-64
whereby when combined
with an <code>f64.load</code>, the resulting machine code could read 16
bytes rather
than 8 bytes. This could result in a segfault when Wasmtime is
configured
without signals-based traps.</li>
</ul>
<h2>v36.0.4</h2>
<h2>36.0.4</h2>
<p>Released 2026-01-14.</p>
<h3>Fixed</h3>
<ul>
<li>A possible stack overflow in the x64 backend with <code>cmp</code>
emission has been
fixed.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12333">#12333</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bytecodealliance/wasmtime/blob/v36.0.5/RELEASES.md">wasmtime's
changelog</a>.</em></p>
<blockquote>
<h2>36.0.5</h2>
<p>Released 2026-01-26.</p>
<h3>Fixed</h3>
<ul>
<li>Fixed a bug in lowering of <code>f64.copysign</code> on x86-64
whereby when combined
with an <code>f64.load</code>, the resulting machine code could read 16
bytes rather
than 8 bytes. This could result in a segfault when Wasmtime is
configured
without signals-based traps.</li>
</ul>
<hr />
<h2>36.0.4</h2>
<p>Released 2026-01-14.</p>
<h3>Fixed</h3>
<ul>
<li>A possible stack overflow in the x64 backend with <code>cmp</code>
emission has been
fixed.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/12333">#12333</a></li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/06ef14387760e52371fb68d4b30baf22fd576075"><code>06ef143</code></a>
Release Wasmtime 36.0.5 (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12432">#12432</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/ac92d9bb729ad3a6d93f0724c4c33a0c4a9c0227"><code>ac92d9b</code></a>
[36.0] Backport Cranelift: x64: fix incorrect load-sinking in
<code>copysign</code> oper...</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/0489f914c321e314edb4434bf94ffb3f85c5d656"><code>0489f91</code></a>
Release Wasmtime 36.0.4 (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12348">#12348</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/5c1a5f65ad3b856dbffca3330e7d2a66d05de2ba"><code>5c1a5f6</code></a>
Cranelift: x64: fix user-controlled recursion in cmp emission. (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12333">#12333</a>)
(<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12338">#12338</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/8c97ae8809a29a74a51dfb2228d2bb18ecb886ab"><code>8c97ae8</code></a>
Migrate this workspace to using trusted publishing (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12257">#12257</a>)
(<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12280">#12280</a>)</li>
<li>See full diff in <a
href="https://github.com/bytecodealliance/wasmtime/compare/v36.0.3...v36.0.5">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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 <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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/hyperpolymath/rpa-elysium/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b0cd152 commit 4ab1805
1 file changed
+65
-65
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments