Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump Extism.runtime.all from 1.0.0 to 1.1.0 (#69)
Bumps [Extism.runtime.all](https://github.com/extism/extism) from 1.0.0 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/extism/extism/releases">Extism.runtime.all's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>chore: support for wasmtime 17.0.0 by <a href="https://github.com/zshipko"><code>@zshipko</code></a> in <a href="https://redirect.github.com/extism/extism/pull/665">extism/extism#665</a></li> <li>feat(convert): add derive macros for To and FromBytes by <a href="https://github.com/ModProg"><code>@ModProg</code></a> in <a href="https://redirect.github.com/extism/extism/pull/667">extism/extism#667</a></li> <li>feat: allow max HTTP response size to be configured in the manifest by <a href="https://github.com/zshipko"><code>@zshipko</code></a> in <a href="https://redirect.github.com/extism/extism/pull/674">extism/extism#674</a></li> <li>ci: add release workflow for convert-macros crate by <a href="https://github.com/zshipko"><code>@zshipko</code></a> in <a href="https://redirect.github.com/extism/extism/pull/683">extism/extism#683</a></li> <li>fix: linker issue that depends on the ordering of the linked functions by <a href="https://github.com/zshipko"><code>@zshipko</code></a> in <a href="https://redirect.github.com/extism/extism/pull/685">extism/extism#685</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ModProg"><code>@ModProg</code></a> made their first contribution in <a href="https://redirect.github.com/extism/extism/pull/667">extism/extism#667</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/extism/extism/compare/v1.0.3...v1.1.0">https://github.com/extism/extism/compare/v1.0.3...v1.1.0</a></p> <h2>v1.0.3</h2> <h2>What's Changed</h2> <ul> <li>fix(kernel): fix potential overflow in bounds check when lots of memory has been allocated by <a href="https://github.com/zshipko"><code>@zshipko</code></a> in <a href="https://redirect.github.com/extism/extism/pull/663">extism/extism#663</a></li> <li>fix: make function Plugin::function_extists check the type of the functions. by <a href="https://github.com/OLUWAMUYIWA"><code>@OLUWAMUYIWA</code></a> in <a href="https://redirect.github.com/extism/extism/pull/664">extism/extism#664</a></li> </ul> <p>Thank you <a href="https://github.com/OLUWAMUYIWA"><code>@OLUWAMUYIWA</code></a> for your first contribution! 🎆</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/extism/extism/compare/v1.0.2...v1.0.3">https://github.com/extism/extism/compare/v1.0.2...v1.0.3</a></p> <h2>v1.0.2</h2> <h2>What's Changed</h2> <ul> <li>feat: Use quickcheck to test allocations, fix one bug that was uncovered. by <a href="https://github.com/zshipko"><code>@zshipko</code></a> in <a href="https://redirect.github.com/extism/extism/pull/662">extism/extism#662</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/extism/extism/compare/v1.0.1...v1.0.2">https://github.com/extism/extism/compare/v1.0.1...v1.0.2</a></p> <h2>v1.0.1</h2> <h2>What's Changed</h2> <ul> <li>chore: kernel add Handle and Offset types to differentiate from Pointer by <a href="https://github.com/G4Vi"><code>@G4Vi</code></a> in <a href="https://redirect.github.com/extism/extism/pull/652">extism/extism#652</a></li> <li>feat: update README by <a href="https://github.com/nilslice"><code>@nilslice</code></a> in <a href="https://redirect.github.com/extism/extism/pull/655">extism/extism#655</a></li> <li>docs: fix rc version in docs by <a href="https://github.com/bhelx"><code>@bhelx</code></a> in <a href="https://redirect.github.com/extism/extism/pull/656">extism/extism#656</a></li> <li>feat: manifest wasm data without base64 by <a href="https://github.com/G4Vi"><code>@G4Vi</code></a> in <a href="https://redirect.github.com/extism/extism/pull/657">extism/extism#657</a></li> <li>feat(convert): add conversions for <code>Option<T></code> by <a href="https://github.com/zshipko"><code>@zshipko</code></a> in <a href="https://redirect.github.com/extism/extism/pull/658">extism/extism#658</a></li> <li>fix(kernel): Fix calculation of handle offset when splitting re-used memory, add kernel test by <a href="https://github.com/Marton6"><code>@Marton6</code></a> in <a href="https://redirect.github.com/extism/extism/pull/659">extism/extism#659</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Marton6"><code>@Marton6</code></a> made their first contribution in <a href="https://redirect.github.com/extism/extism/pull/659">extism/extism#659</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/extism/extism/compare/v1.0.0...v1.0.1">https://github.com/extism/extism/compare/v1.0.0...v1.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/extism/extism/commit/f4013c5ac0906edcc08da9d40f6aab947d2b5c93"><code>f4013c5</code></a> fix: circular dependencies</li> <li><a href="https://github.com/extism/extism/commit/ddc339334e510687ad9d5d4a12b0dccc446efca1"><code>ddc3393</code></a> fix: remove readme field</li> <li><a href="https://github.com/extism/extism/commit/ff5b714f95c1a7693ca16276f00a1c0543835ced"><code>ff5b714</code></a> v1.1.0</li> <li><a href="https://github.com/extism/extism/commit/ed1439ec2d29a0eb80a987d0ef133a92ebc0eb96"><code>ed1439e</code></a> fix: linker issue that depends on the ordering of the linked functions (<a href="https://redirect.github.com/extism/extism/issues/685">#685</a>)</li> <li><a href="https://github.com/extism/extism/commit/62f0a231b0df01ba0ff9da199c66ec1faac8d607"><code>62f0a23</code></a> ci: add release workflow for convert-macros crate (<a href="https://redirect.github.com/extism/extism/issues/683">#683</a>)</li> <li><a href="https://github.com/extism/extism/commit/fc22412ff06be880e73320d9da870b9528eebbab"><code>fc22412</code></a> feat: allow max HTTP response size to be configured in the manifest (<a href="https://redirect.github.com/extism/extism/issues/674">#674</a>)</li> <li><a href="https://github.com/extism/extism/commit/1a083f612aa7b3f6024ceaf1b9f27f3004d69f2d"><code>1a083f6</code></a> feat(convert): add derive macros for To and FromBytes (<a href="https://redirect.github.com/extism/extism/issues/667">#667</a>)</li> <li><a href="https://github.com/extism/extism/commit/efa69d36684dbe40ab463f814cea07ba1cecabd7"><code>efa69d3</code></a> chore: support for wasmtime 17.0.0 (<a href="https://redirect.github.com/extism/extism/issues/665">#665</a>)</li> <li><a href="https://github.com/extism/extism/commit/fa1beb9155f9855c04bd1390501908cbaa37889b"><code>fa1beb9</code></a> v1.0.3</li> <li><a href="https://github.com/extism/extism/commit/fbae8535050325d51e6d2ad459120df7744447dc"><code>fbae853</code></a> fix: make function Plugin::function_extists check the type of the functions. ...</li> <li>Additional commits viewable in <a href="https://github.com/extism/extism/compare/v1.0.0...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Extism.runtime.all&package-manager=nuget&previous-version=1.0.0&new-version=1.1.0)](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 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) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Azeez <[email protected]>
- Loading branch information