From 3a665cbf8e2290f41c4043a04bb7f30decb0f827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:49:59 +0000 Subject: [PATCH] fix(deps)(deps): update soroban-sdk requirement in /contracts 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/v21.0.1-preview.1...v27.0.3) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 27.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contracts/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Cargo.toml b/contracts/Cargo.toml index 4de33c6b..fc468131 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -43,7 +43,7 @@ overflow-checks = true # ── Workspace-wide dependency versions (DRY) ───────────────────────────────── [workspace.dependencies] -soroban-sdk = "21.0.0" +soroban-sdk = "27.0.3" arbitrary = { version = "1.3", features = ["derive"] } # ── Workspace-wide feature flags ─────────────────────────────────────────────