From 8a54251e29fa254aafe0cdb22a30b5a7e5beb6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:52:26 +0200 Subject: [PATCH] Bump wasmi from 0.34.0 to 0.36.0 (#1927) Bumps [wasmi](https://github.com/wasmi-labs/wasmi) from 0.34.0 to 0.36.0. - [Release notes](https://github.com/wasmi-labs/wasmi/releases) - [Changelog](https://github.com/wasmi-labs/wasmi/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasmi-labs/wasmi/compare/v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: wasmi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ lib/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 586e4f9a3d..b455aa6b25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2758,9 +2758,9 @@ dependencies = [ [[package]] name = "wasmi" -version = "0.34.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dae81666d9dc76cb125fe16fa3e2f0fe08d15cd7b2ad9a5013cadf31826edee5" +checksum = "7c77715a28de774a980a45670db0d01dc1596abd8c71b5d1032da4f75b8439cf" dependencies = [ "arrayvec 0.7.4", "multi-stash", @@ -2775,9 +2775,9 @@ dependencies = [ [[package]] name = "wasmi_collections" -version = "0.34.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b422568fe52d13bc889033799e548c43032ee71836c6e9bb7261c1fc039327b9" +checksum = "9c413f056317e1e7459592b22e18d068d68f9035f8b3b9b0ee183494fc92e468" dependencies = [ "ahash", "hashbrown 0.14.5", @@ -2786,9 +2786,9 @@ dependencies = [ [[package]] name = "wasmi_core" -version = "0.34.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fa2efecce566705221bc05f518b124ceb7d94b78f4e9035cb0572d9f369982e" +checksum = "771f23d12347e60d4cd2ef74636013cd14030ada552668ddcc228d7001a6bf86" dependencies = [ "downcast-rs", "libm", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9a1a8d659d..354274f44f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -76,7 +76,7 @@ siphasher = { version = "1.0.1", default-features = false } slab = { version = "0.4.8", default-features = false } smallvec = { version = "1.13.2", default-features = false } twox-hash = { version = "1.6.3", default-features = false } -wasmi = { version = "0.34.0", default-features = false } +wasmi = { version = "0.36.0", default-features = false } x25519-dalek = { version = "2.0.0-rc.3", default-features = false, features = ["alloc", "precomputed-tables", "static_secrets", "zeroize"] } zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] }