From 65d5a705e82de834d4745f3fd48ada8cd3ef567c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:01:13 +0000 Subject: [PATCH] Bump wasmi from 0.31.1 to 0.31.2 Bumps [wasmi](https://github.com/paritytech/wasmi) from 0.31.1 to 0.31.2. - [Release notes](https://github.com/paritytech/wasmi/releases) - [Changelog](https://github.com/paritytech/wasmi/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/wasmi/compare/v0.31.1...v0.31.2) --- updated-dependencies: - dependency-name: wasmi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- pallets/algorithms/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fe7096..1254a80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9340,9 +9340,9 @@ dependencies = [ [[package]] name = "wasmi" -version = "0.31.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acfc1e384a36ca532d070a315925887247f3c7e23567e23e0ac9b1c5d6b8bf76" +checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" dependencies = [ "smallvec", "spin 0.9.8", @@ -9353,9 +9353,9 @@ dependencies = [ [[package]] name = "wasmi_arena" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "401c1f35e413fac1846d4843745589d9ec678977ab35a384db8ae7830525d468" +checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" [[package]] name = "wasmi_core" diff --git a/pallets/algorithms/Cargo.toml b/pallets/algorithms/Cargo.toml index e0cf488..462099a 100644 --- a/pallets/algorithms/Cargo.toml +++ b/pallets/algorithms/Cargo.toml @@ -23,7 +23,7 @@ scale-info = { version = "2.5.0", default-features = false, features = [ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" } frame-support = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" } frame-system = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" } -wasmi = { version = "0.31.1", default-features = false } +wasmi = { version = "0.31.2", default-features = false } sp-runtime = { version = "24.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" } pallet-issuers = { path = "../issuers", default-features = false } pallet-credentials = { path = "../credentials", default-features = false }