diff --git a/Cargo.lock b/Cargo.lock index a5679a980..94c17da10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", 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] diff --git a/soroban-env-host/Cargo.toml b/soroban-env-host/Cargo.toml index 3d9074dd7..a66ac5add 100644 --- a/soroban-env-host/Cargo.toml +++ b/soroban-env-host/Cargo.toml @@ -85,7 +85,7 @@ p256 = {version = "0.13.2", default-features = false, features = ["alloc"]} [dev-dependencies.stellar-xdr] version = "=22.0.0" git = "https://github.com/stellar/rs-stellar-xdr" -rev = "b5516843b6379e4e29520bf2ba156484f62edc46" +rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b" default-features = false features = ["arbitrary"]