From 048ac69797f9136168f16a105247004805d7ba9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 19:43:40 +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/v26.0.1...v27.0.5) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 27.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contracts/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/Cargo.toml b/contracts/Cargo.toml index a3ab31d..13cd8f2 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -4,10 +4,10 @@ version = "0.0.0" edition = "2021" [dependencies] -soroban-sdk = "26.0.1" +soroban-sdk = "27.0.5" [dev-dependencies] -soroban-sdk = { version = "26.0.1", features = ["testutils"] } +soroban-sdk = { version = "27.0.5", features = ["testutils"] } [features] testutils = ["soroban-sdk/testutils"]