From b803c00be646c7dd9e3baa457684ef712afd86dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 08:40:20 +0000 Subject: [PATCH] chore(deps): update soroban-sdk requirement Updates the requirements on [soroban-sdk](https://github.com/stellar/rs-soroban-sdk) to permit the latest version. Updates `soroban-sdk` to 25.0.2 - [Release notes](https://github.com/stellar/rs-soroban-sdk/releases) - [Commits](https://github.com/stellar/rs-soroban-sdk/compare/v21.7.0...v25.0.2) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 25.0.2 dependency-type: direct:production dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- contracts/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Cargo.toml b/contracts/Cargo.toml index 7e1cdf8..d845d1f 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" rust-version = "1.74.0" [workspace.dependencies] -soroban-sdk = "21.7.0" +soroban-sdk = "25.0.2" [profile.release] opt-level = "z"