diff --git a/Cargo.lock b/Cargo.lock index a5679a980..aacce1921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1543,7 +1543,7 @@ dependencies = [ "soroban-env-macros", "soroban-wasmi", "static_assertions", - "stellar-xdr", + "stellar-xdr 22.0.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=67be5955a15f1d3a4df83fe86e6ae107f687141b)", "tracy-client", "wasmparser", ] @@ -1604,7 +1604,7 @@ dependencies = [ "soroban-wasmi", "static_assertions", "stellar-strkey", - "stellar-xdr", + "stellar-xdr 22.0.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=b5516843b6379e4e29520bf2ba156484f62edc46)", "tabwriter", "textplots", "thousands", @@ -1624,7 +1624,7 @@ dependencies = [ "quote", "serde", "serde_json", - "stellar-xdr", + "stellar-xdr 22.0.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=67be5955a15f1d3a4df83fe86e6ae107f687141b)", "syn 2.0.39", ] @@ -1650,7 +1650,7 @@ dependencies = [ "expect-test", "soroban-env-common", "soroban-env-macros", - "stellar-xdr", + "stellar-xdr 22.0.0 (git+https://github.com/stellar/rs-stellar-xdr?rev=67be5955a15f1d3a4df83fe86e6ae107f687141b)", "wasm-encoder", "wasmparser", "wasmprinter", @@ -1713,7 +1713,7 @@ dependencies = [ [[package]] name = "stellar-xdr" version = "22.0.0" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=b5516843b6379e4e29520bf2ba156484f62edc46#b5516843b6379e4e29520bf2ba156484f62edc46" +source = "git+https://github.com/stellar/rs-stellar-xdr?rev=67be5955a15f1d3a4df83fe86e6ae107f687141b#67be5955a15f1d3a4df83fe86e6ae107f687141b" dependencies = [ "arbitrary", "base64 0.13.1", @@ -1725,6 +1725,18 @@ dependencies = [ "stellar-strkey", ] +[[package]] +name = "stellar-xdr" +version = "22.0.0" +source = "git+https://github.com/stellar/rs-stellar-xdr?rev=b5516843b6379e4e29520bf2ba156484f62edc46#b5516843b6379e4e29520bf2ba156484f62edc46" +dependencies = [ + "arbitrary", + "crate-git-revision", + "escape-bytes", + "hex", + "stellar-strkey", +] + [[package]] name = "string-interner" version = "0.17.0" diff --git a/Cargo.toml b/Cargo.toml index 1fdad5d48..9d4b4b91a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ wasmparser = "=0.116.1" [workspace.dependencies.stellar-xdr] version = "=22.0.0" git = "https://github.com/stellar/rs-stellar-xdr" -rev = "b5516843b6379e4e29520bf2ba156484f62edc46" +rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b" default-features = false [workspace.dependencies.wasmi]