From 855a2ebad3ee93bf38c631ed57a4125144e6a684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:41:36 +0000 Subject: [PATCH] build(deps): bump stellar-xdr from 26.0.1 to 27.0.0 Bumps [stellar-xdr](https://github.com/stellar/rs-stellar-xdr) from 26.0.1 to 27.0.0. - [Release notes](https://github.com/stellar/rs-stellar-xdr/releases) - [Commits](https://github.com/stellar/rs-stellar-xdr/compare/v26.0.1...v27.0.0) --- updated-dependencies: - dependency-name: stellar-xdr dependency-version: 27.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- spec-extractor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0702bae..c922d7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1722,7 +1722,7 @@ version = "0.1.0" dependencies = [ "serde_json", "soroban-spec 26.1.0", - "stellar-xdr 26.0.1", + "stellar-xdr 27.0.0", ] [[package]] diff --git a/spec-extractor/Cargo.toml b/spec-extractor/Cargo.toml index 50c61d5..f0ad3d8 100644 --- a/spec-extractor/Cargo.toml +++ b/spec-extractor/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] serde_json = "1" soroban-spec = "26.1.0" -stellar-xdr = "26.0.1" +stellar-xdr = "27.0.0"