Commit 7f98b4d
authored
chore(deps): bump wasmtime from 27.0.0 to 36.0.3 in the cargo group across 1 directory (#10)
Bumps the cargo group with 1 update in the / directory:
[wasmtime](https://github.com/bytecodealliance/wasmtime).
Updates `wasmtime` from 27.0.0 to 36.0.3
<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.3</h2>
<h2>36.0.3</h2>
<p>Released 2025-11-11.</p>
<h3>Fixed</h3>
<ul>
<li>Prevent using shared memories with <code>Memory</code>.
<a
href="https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-hc7m-r6v8-hg9q">CVE-2025-64345</a></li>
</ul>
<h2>v36.0.2</h2>
<h2>36.0.2</h2>
<p>Released 2025-08-26.</p>
<h3>Fixed</h3>
<ul>
<li>Wasmtime will no longer panic in the pooling allocator when in
near-OOM
conditions related to resetting the linear memory of a slot.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/11510">#11510</a></li>
</ul>
<h2>v36.0.1</h2>
<h2>36.0.1</h2>
<p>Released 2025-08-21.</p>
<h3>Added</h3>
<ul>
<li>Accessors for internal WASI-related contexts are added to
<code>wasmtime_wasi::WasiCtx</code> to account for refactorings that
happened in this
release.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/11473">#11473</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Release artifacts for the C API are now smaller than the previous
release to
assist with redistribution as-is.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/11483">#11483</a></li>
</ul>
<h2>v36.0.0</h2>
<h2>36.0.0</h2>
<p>Released 2025-08-20.</p>
<h3>Added</h3>
<ul>
<li>Cranelift's has initial support for inlining between functions.
Wasmtime
additionally now has support for inlining as well, for example between
modules
in a component.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/11210">#11210</a></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/v36.0.3/RELEASES.md">wasmtime's
changelog</a>.</em></p>
<blockquote>
<h2>36.0.3</h2>
<p>Released 2025-11-11.</p>
<h3>Fixed</h3>
<ul>
<li>Prevent using shared memories with <code>Memory</code>.
<a
href="https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-hc7m-r6v8-hg9q">CVE-2025-64345</a></li>
</ul>
<hr />
<h2>36.0.2</h2>
<p>Released 2025-08-26.</p>
<h3>Fixed</h3>
<ul>
<li>Wasmtime will no longer panic in the pooling allocator when in
near-OOM
conditions related to resetting the linear memory of a slot.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/11510">#11510</a></li>
</ul>
<hr />
<h2>36.0.1</h2>
<p>Released 2025-08-21.</p>
<h3>Added</h3>
<ul>
<li>Accessors for internal WASI-related contexts are added to
<code>wasmtime_wasi::WasiCtx</code> to account for refactorings that
happened in this
release.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/11473">#11473</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Release artifacts for the C API are now smaller than the previous
release to
assist with redistribution as-is.
<a
href="https://redirect.github.com/bytecodealliance/wasmtime/pull/11483">#11483</a></li>
</ul>
<hr />
<h2>36.0.0</h2>
<p>Released 2025-08-20.</p>
<h3>Added</h3>
<ul>
<li>Cranelift's has initial support for inlining between functions.
Wasmtime
additionally now has support for inlining as well, for example between
modules</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/17d037f93c6afe6ae997d6f0bf792c29f56a3da7"><code>17d037f</code></a>
Release Wasmtime 36.0.3 (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12023">#12023</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/9fe3f5f7ab02c20e54392f7581568c4d383bf844"><code>9fe3f5f</code></a>
[36.0.x] Prevent using shared memories with <code>Memory</code> (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/12018">#12018</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/f554fa9c384fe02336a14d5d3dc44c4c34443d31"><code>f554fa9</code></a>
[36.0.x] Use github immutable releases (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11916">#11916</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/157877975ae0ab6f18763c082e5aaa8f726a961e"><code>1578779</code></a>
Allow dead code in <code>component_api</code> fuzz target (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11575">#11575</a>)
(<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11844">#11844</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/be3cc21b221b3495e0541086a7e825c225a90f95"><code>be3cc21</code></a>
Rename <code>doc_auto_cfg</code> to <code>doc_cfg</code> (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11809">#11809</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/459dbfb33df506979fbb45e4092c510b331467f0"><code>459dbfb</code></a>
Release Wasmtime 36.0.2 (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11541">#11541</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/2a4beefb922bb447275db022de4a2dc7646880c0"><code>2a4beef</code></a>
Refactor resetting memory on <code>MemoryImageSlot</code> drop (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11510">#11510</a>)
(<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11537">#11537</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/ebce5d453464d3b5fcc6f9391a9b21fd6307844d"><code>ebce5d4</code></a>
Release Wasmtime 36.0.1 (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11477">#11477</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/1c592c0e2ebf66333acc5eb857b6f189a31189d3"><code>1c592c0</code></a>
Shrink C API release artifacts (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11483">#11483</a>)
(<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11484">#11484</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wasmtime/commit/18b4bc0cd89e860d484991acf22caf98e1c93d9a"><code>18b4bc0</code></a>
Add public accessors of sub-contexts of <code>WasiCtx</code> (<a
href="https://redirect.github.com/bytecodealliance/wasmtime/issues/11474">#11474</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bytecodealliance/wasmtime/compare/v27.0.0...v36.0.3">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 aca1403 commit 7f98b4d
2 files changed
Lines changed: 247 additions & 346 deletions
0 commit comments