smol-dot / smoldot

Lightweight client for Substrate-based chains, such as Polkadot and Kusama.
GNU General Public License v3.0
180 stars 48 forks source link

Bump wasmi from 0.32.3 to 0.33.1 #1897

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps wasmi from 0.32.3 to 0.33.1.

Release notes

Sourced from wasmi's releases.

v0.33.1 - 2024-07-01

Added

Fixed

v0.33.0 - 2024-06-24

Added

Changed

Removed

  • Removed Memory::current_pages method. (wasmi-labs/wasmi#1082)
    • Users should use the new Memory::size method instead.
Changelog

Sourced from wasmi's changelog.

[0.33.1] - 2024-07-01

Added

Fixed

[0.33.0] - 2024-06-24

Added

Changed

Removed

  • Removed Memory::current_pages method. (wasmi-labs/wasmi#1082)
    • Users should use the new Memory::size method instead.
Commits
  • 116e716 Prepare Wasmi v0.33.1 release (#1095)
  • 0df1722 Fix compilation error for Rust versions <1.78 (#1093)
  • 47add87 Fix clippy warning about map_err -> inspect_err (#1094)
  • aa007b4 Implement std::error::Error for all error types that implement Display (#...
  • 5ef1e8d Chores and minor non-technical improvements (#1087)
  • c37f314 Prepare release for Wasmi v0.33.0 (#1086)
  • 37ae60d Support Wasm custom sections parsing and processing (#1085)
  • f1f92e4 Improve Memory API (#1082)
  • d088395 Improve clippy CI and fix some benchmark clippy warnings (#1081)
  • c1c5af9 Improve Fuzz GitHub Actions CI (#1080)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 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)
dependabot[bot] commented 2 months ago

Superseded by #1902.