From 14f4bc71ad5688a336481f9f273a9320d2908b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:49:58 +0000 Subject: [PATCH] build(deps): bump stellar-xdr in the cargo-minor group Bumps the cargo-minor group with 1 update: [stellar-xdr](https://github.com/stellar/rs-stellar-xdr). Updates `stellar-xdr` from 26.0.0 to 26.0.1 - [Release notes](https://github.com/stellar/rs-stellar-xdr/releases) - [Commits](https://github.com/stellar/rs-stellar-xdr/compare/v26.0.0...v26.0.1) --- updated-dependencies: - dependency-name: stellar-xdr dependency-version: 26.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41178ac..c341c51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,9 +680,9 @@ checksum = "2bfcf67fea2815c2fc3b90873fae90957be12ff417335dfadc7f52927feb03b2" [[package]] name = "ethnum" -version = "1.5.2" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca81e6b4777c89fd810c25a4be2b1bd93ea034fbe58e6a75216a34c6b82c539b" +checksum = "40404c3f5f511ec4da6fe866ddf6a717c309fdbb69fbbad7b0f3edab8f2e835f" [[package]] name = "ff" @@ -1250,7 +1250,7 @@ dependencies = [ "soroban-sdk", "soroban-sdk-tools", "stellar-registry", - "stellar-xdr 26.0.0", + "stellar-xdr 26.0.1", ] [[package]] @@ -1831,9 +1831,9 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "26.0.0" +version = "26.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea3195594b044ea3a5b05906f81d945480825f00db4e3ae7d77526bf546ff3a" +checksum = "ea6e29c7e1f071c2767916460d006668197843d5d93f0ec8893a26f72a14f595" dependencies = [ "cfg_eval", "crate-git-revision", diff --git a/Cargo.toml b/Cargo.toml index 7e25e5a..4cfd9cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ stellar-registry = "0.0.10" soroban-sdk = "25.3.1" admin-sep = { git = "https://github.com/theahaco/admin-sep", rev = "46ed159ff38ee81f4b61b5ddb8ca4b6bdf972028" } -stellar-xdr = "=26.0.0" +stellar-xdr = "=26.0.1" [profile.contracts] inherits = "release"