From bb02f4a33fcab4cd2d444c63daf4d894cc254028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:51:15 +0000 Subject: [PATCH] chore(deps): update soroban-sdk requirement in /contracts Updates the requirements on [soroban-sdk](https://github.com/stellar/rs-soroban-sdk) to permit the latest version. - [Release notes](https://github.com/stellar/rs-soroban-sdk/releases) - [Commits](https://github.com/stellar/rs-soroban-sdk/compare/v20.0.0...v21.7.7) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 21.7.7 dependency-type: direct:production ... 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 2818c6a..592550d 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -soroban-sdk = "20.0.0" +soroban-sdk = "25.3.0" [dev_dependencies] soroban-sdk = { version = "20.0.0", features = ["testutils"] }