From c8a5013964d6302d0a3d78646ea73c3d9b2451ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:23:04 +0000 Subject: [PATCH] chore(deps): update soroban-sdk requirement from 25.3.0 to 26.0.1 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.1) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 26.0.1 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..34db90d9 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.1" # Coverage and testing dependencies cargo-llvm-cov = "0.6"