From 0893a68ffa7e42989d671615c18d17ad303ddf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:46:48 +0000 Subject: [PATCH] fix(deps): update stellar-xdr requirement in /native/soroban-xdr-decode Updates the requirements on [stellar-xdr](https://github.com/stellar/rs-stellar-xdr) to permit the latest version. - [Release notes](https://github.com/stellar/rs-stellar-xdr/releases) - [Commits](https://github.com/stellar/rs-stellar-xdr/commits/v26.0.1) --- updated-dependencies: - dependency-name: stellar-xdr dependency-version: 26.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native/soroban-xdr-decode/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/soroban-xdr-decode/Cargo.toml b/native/soroban-xdr-decode/Cargo.toml index 689af3a..cffdf3f 100644 --- a/native/soroban-xdr-decode/Cargo.toml +++ b/native/soroban-xdr-decode/Cargo.toml @@ -28,7 +28,7 @@ napi-derive = { version = "2.16" } # stellar-xdr only needs openssl when the "cli" feature is enabled; # that feature is not listed here so the cross-compile to aarch64 does not # require aarch64 OpenSSL headers on the build host. -stellar-xdr = { version = "0.0.18", default-features = false, features = ["curr", "std", "base64", "serde"] } +stellar-xdr = { version = "27.0.0", default-features = false, features = ["curr", "std", "base64", "serde"] } # ── Stellar StrKey encoding ─────────────────────────────────────────────────── stellar-strkey = { version = "0.0.8", default-features = false }