From 3bdf4cc5afb8072d7fe5311d7b15ba5f40308fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 15:49:12 +0000 Subject: [PATCH] build(deps): update soroban-sdk requirement from 22.0.0 to 26.1.0 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/v22.0.0...v26.1.0) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 26.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0c29cb..6760bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" authors = ["TariffShield contributors"] [workspace.dependencies] -soroban-sdk = "22.0.0" +soroban-sdk = "26.1.0" [profile.release] opt-level = "z"