From 213b638ac54d24be1860d05ee07ea70700ef07d8 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Mon, 11 Sep 2023 19:37:38 -0700 Subject: [PATCH] Update deps --- Cargo.lock | 12 ++++++------ Cargo.toml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6492669bf..6033cd856 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,8 +1429,8 @@ version = "20.0.0-rc1" [[package]] name = "soroban-wasmi" -version = "0.31.0-soroban" -source = "git+https://github.com/stellar/wasmi?rev=fe21912143c1ec43b8fada4221253fc96520655c#fe21912143c1ec43b8fada4221253fc96520655c" +version = "0.31.0-soroban1" +source = "git+https://github.com/stellar/wasmi?rev=7e63b4c9e08c4163f417d118d81f7ea34789d0be#7e63b4c9e08c4163f417d118d81f7ea34789d0be" dependencies = [ "smallvec", "spin", @@ -1472,8 +1472,8 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "0.0.17" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=84d4d01f739b4f2c3f445f41bc7464a5621ba58c#84d4d01f739b4f2c3f445f41bc7464a5621ba58c" +version = "20.0.0-rc1" +source = "git+https://github.com/stellar/rs-stellar-xdr?rev=d5ce0c9e7aa83461773a6e81662067f35d39e4c1#d5ce0c9e7aa83461773a6e81662067f35d39e4c1" dependencies = [ "arbitrary", "base64 0.13.1", @@ -1911,12 +1911,12 @@ dependencies = [ [[package]] name = "wasmi_arena" version = "0.4.0" -source = "git+https://github.com/stellar/wasmi?rev=fe21912143c1ec43b8fada4221253fc96520655c#fe21912143c1ec43b8fada4221253fc96520655c" +source = "git+https://github.com/stellar/wasmi?rev=7e63b4c9e08c4163f417d118d81f7ea34789d0be#7e63b4c9e08c4163f417d118d81f7ea34789d0be" [[package]] name = "wasmi_core" version = "0.13.0" -source = "git+https://github.com/stellar/wasmi?rev=fe21912143c1ec43b8fada4221253fc96520655c#fe21912143c1ec43b8fada4221253fc96520655c" +source = "git+https://github.com/stellar/wasmi?rev=7e63b4c9e08c4163f417d118d81f7ea34789d0be#7e63b4c9e08c4163f417d118d81f7ea34789d0be" dependencies = [ "downcast-rs", "libm", diff --git a/Cargo.toml b/Cargo.toml index c02fbed30..b7d3da9cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,16 +26,16 @@ soroban-env-macros = { version = "20.0.0-rc1", path = "soroban-env-macros" } soroban-native-sdk-macros = { version = "20.0.0-rc1", path = "soroban-native-sdk-macros" } [workspace.dependencies.stellar-xdr] -version = "0.0.17" +version = "20.0.0-rc1" git = "https://github.com/stellar/rs-stellar-xdr" -rev = "84d4d01f739b4f2c3f445f41bc7464a5621ba58c" +rev = "d5ce0c9e7aa83461773a6e81662067f35d39e4c1" default-features = false [workspace.dependencies.wasmi] package = "soroban-wasmi" -version = "0.31.0-soroban" +version = "0.31.0-soroban1" git = "https://github.com/stellar/wasmi" -rev = "fe21912143c1ec43b8fada4221253fc96520655c" +rev = "7e63b4c9e08c4163f417d118d81f7ea34789d0be" [workspace.dependencies.stellar-strkey] version = "0.0.7"