From 1abdde822d4fa52b5d8adf269c072fec3dab25c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:21:50 +0000 Subject: [PATCH] build(deps): update soroban-sdk requirement from 21 to 27 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/v21.0.1-preview.1...v27.0.0) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 27.0.0 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 ed5b75d..e7b32fe 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -9,7 +9,7 @@ version = "0.0.0" edition = "2021" [workspace.dependencies] -soroban-sdk = "21" +soroban-sdk = "27" [profile.release] opt-level = "z"