From 020676e63d63b4cce6300c6edc0d9c585ac350b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:06:24 +0000 Subject: [PATCH] chore(deps): update soroban-sdk requirement from 25.3.0 to 27.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...v27.0.0) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 27.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..994ae2ee 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 = "27.0.0" # Coverage and testing dependencies cargo-llvm-cov = "0.6"