From 4c486b6f41309320fd0b96e5bdb7b5f9ab48dbf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:08:41 +0000 Subject: [PATCH] chore(deps): update soroban-sdk requirement from 25.3.0 to 26.0.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/v25.3.0...v26.0.0) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 26.0.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 bfce4e22..4174b631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/rinafcode/teachLink_contract" license = "MIT" [workspace.dependencies] -soroban-sdk = "25.3.0" +soroban-sdk = "26.0.0" # Coverage and testing dependencies cargo-llvm-cov = "0.6"