diff --git a/Cargo.lock b/Cargo.lock index 70431bb5e..5f09758db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,20 +838,20 @@ dependencies = [ [[package]] name = "soroban-env-common" version = "0.0.12" -source = "git+https://github.com/stellar/rs-soroban-env?rev=ade7d47#ade7d475675d694a142146cafb30140e0dca64dd" +source = "git+https://github.com/stellar/rs-soroban-env?rev=2431bd416010215cc9759b435662a7274206a4c0#2431bd416010215cc9759b435662a7274206a4c0" dependencies = [ "crate-git-revision", "serde", "soroban-env-macros", "soroban-wasmi", "static_assertions", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=02299043)", + "stellar-xdr", ] [[package]] name = "soroban-env-guest" version = "0.0.12" -source = "git+https://github.com/stellar/rs-soroban-env?rev=ade7d47#ade7d475675d694a142146cafb30140e0dca64dd" +source = "git+https://github.com/stellar/rs-soroban-env?rev=2431bd416010215cc9759b435662a7274206a4c0#2431bd416010215cc9759b435662a7274206a4c0" dependencies = [ "soroban-env-common", "static_assertions", @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "soroban-env-host" version = "0.0.12" -source = "git+https://github.com/stellar/rs-soroban-env?rev=ade7d47#ade7d475675d694a142146cafb30140e0dca64dd" +source = "git+https://github.com/stellar/rs-soroban-env?rev=2431bd416010215cc9759b435662a7274206a4c0#2431bd416010215cc9759b435662a7274206a4c0" dependencies = [ "backtrace", "curve25519-dalek", @@ -882,14 +882,14 @@ dependencies = [ [[package]] name = "soroban-env-macros" version = "0.0.12" -source = "git+https://github.com/stellar/rs-soroban-env?rev=ade7d47#ade7d475675d694a142146cafb30140e0dca64dd" +source = "git+https://github.com/stellar/rs-soroban-env?rev=2431bd416010215cc9759b435662a7274206a4c0#2431bd416010215cc9759b435662a7274206a4c0" dependencies = [ "itertools", "proc-macro2", "quote", "serde", "serde_json", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=02299043)", + "stellar-xdr", "syn", "thiserror", ] @@ -908,7 +908,7 @@ dependencies = [ [[package]] name = "soroban-native-sdk-macros" version = "0.0.12" -source = "git+https://github.com/stellar/rs-soroban-env?rev=ade7d47#ade7d475675d694a142146cafb30140e0dca64dd" +source = "git+https://github.com/stellar/rs-soroban-env?rev=2431bd416010215cc9759b435662a7274206a4c0#2431bd416010215cc9759b435662a7274206a4c0" dependencies = [ "itertools", "proc-macro2", @@ -930,7 +930,7 @@ dependencies = [ "soroban-sdk-macros", "soroban-spec", "stellar-strkey", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=ea8a54526fe896412b106c67c0ba35181ae12ee4)", + "stellar-xdr", ] [[package]] @@ -944,7 +944,7 @@ dependencies = [ "sha2 0.10.6", "soroban-env-common", "soroban-spec", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=ea8a54526fe896412b106c67c0ba35181ae12ee4)", + "stellar-xdr", "syn", ] @@ -963,7 +963,7 @@ dependencies = [ "serde_derive", "serde_json", "sha2 0.10.6", - "stellar-xdr 0.0.12 (git+https://github.com/stellar/rs-stellar-xdr?rev=ea8a54526fe896412b106c67c0ba35181ae12ee4)", + "stellar-xdr", "syn", "thiserror", "wasmparser", @@ -1020,23 +1020,12 @@ dependencies = [ "thiserror", ] -[[package]] -name = "stellar-xdr" -version = "0.0.12" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=02299043#0229904359bf47633b89612b6e21ae39a34dcbcf" -dependencies = [ - "base64", - "crate-git-revision", - "hex", - "serde", - "serde_with", -] - [[package]] name = "stellar-xdr" version = "0.0.12" source = "git+https://github.com/stellar/rs-stellar-xdr?rev=ea8a54526fe896412b106c67c0ba35181ae12ee4#ea8a54526fe896412b106c67c0ba35181ae12ee4" dependencies = [ + "base64", "crate-git-revision", "hex", "serde", diff --git a/Cargo.toml b/Cargo.toml index 976ee5de0..ab55ceb47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,17 +37,17 @@ soroban-token-spec = { version = "0.4.3", path = "soroban-token-spec" } [workspace.dependencies.soroban-env-common] version = "0.0.12" git = "https://github.com/stellar/rs-soroban-env" -rev = "ade7d47" +rev = "2431bd416010215cc9759b435662a7274206a4c0" [workspace.dependencies.soroban-env-guest] version = "0.0.12" git = "https://github.com/stellar/rs-soroban-env" -rev = "ade7d47" +rev = "2431bd416010215cc9759b435662a7274206a4c0" [workspace.dependencies.soroban-env-host] version = "0.0.12" git = "https://github.com/stellar/rs-soroban-env" -rev = "ade7d47" +rev = "2431bd416010215cc9759b435662a7274206a4c0" [workspace.dependencies.stellar-strkey] version = "0.0.7"