From 19fa161006efa2d57504182e086df7748ea6ce80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:04:59 +0000 Subject: [PATCH] chore(deps): update soroban-sdk requirement from 26.0.1 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/v26.0.1...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 5ea603b2..a5bcaa1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["contracts/*"] [workspace.dependencies] -soroban-sdk = "26.0.1" +soroban-sdk = "27.0.0" rand = "0.10" serde_json = "1"