From 60e9be87a157cc9b5132056e1314faabd485b5fb Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Fri, 27 Sep 2024 06:54:09 +1000 Subject: [PATCH] Update stellar-xdr (#1467) ### What Update stellar-xdr ### Why Routine. --- Cargo.lock | 2 +- Cargo.toml | 2 +- soroban-env-host/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"]