From f8f79083e331cf78d796a15a13177d9949ec8f98 Mon Sep 17 00:00:00 2001
From: Jay Geng <jay@stellar.org>
Date: Mon, 11 Sep 2023 17:23:16 -0400
Subject: [PATCH] Update wasmi to 0.31.0-soroban

---
 Cargo.lock | 10 +++++-----
 Cargo.toml |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index c8cf4f352..834e871df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1429,8 +1429,8 @@ version = "0.0.17"
 
 [[package]]
 name = "soroban-wasmi"
-version = "0.30.0-soroban"
-source = "git+https://github.com/stellar/wasmi?rev=284c963ba080703061797e2a3cba0853edee0dd4#284c963ba080703061797e2a3cba0853edee0dd4"
+version = "0.31.0-soroban"
+source = "git+https://github.com/stellar/wasmi?rev=fe21912143c1ec43b8fada4221253fc96520655c#fe21912143c1ec43b8fada4221253fc96520655c"
 dependencies = [
  "smallvec",
  "spin",
@@ -1911,12 +1911,12 @@ dependencies = [
 [[package]]
 name = "wasmi_arena"
 version = "0.4.0"
-source = "git+https://github.com/stellar/wasmi?rev=284c963ba080703061797e2a3cba0853edee0dd4#284c963ba080703061797e2a3cba0853edee0dd4"
+source = "git+https://github.com/stellar/wasmi?rev=fe21912143c1ec43b8fada4221253fc96520655c#fe21912143c1ec43b8fada4221253fc96520655c"
 
 [[package]]
 name = "wasmi_core"
-version = "0.12.0"
-source = "git+https://github.com/stellar/wasmi?rev=284c963ba080703061797e2a3cba0853edee0dd4#284c963ba080703061797e2a3cba0853edee0dd4"
+version = "0.13.0"
+source = "git+https://github.com/stellar/wasmi?rev=fe21912143c1ec43b8fada4221253fc96520655c#fe21912143c1ec43b8fada4221253fc96520655c"
 dependencies = [
  "downcast-rs",
  "libm",
diff --git a/Cargo.toml b/Cargo.toml
index 85dacd54a..71e08d8b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,9 +33,9 @@ default-features = false
 
 [workspace.dependencies.wasmi]
 package = "soroban-wasmi"
-version = "0.30.0-soroban"
+version = "0.31.0-soroban"
 git = "https://github.com/stellar/wasmi"
-rev = "284c963ba080703061797e2a3cba0853edee0dd4"
+rev = "fe21912143c1ec43b8fada4221253fc96520655c"
 
 [workspace.dependencies.stellar-strkey]
 version = "0.0.7"