From 1fde08b1a32205cf9f7f8bf3a4311cf28b6805a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:06:13 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f7d2125..e7051be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = "25.3.0" +soroban-sdk = "26.0.0" [dev-dependencies] -soroban-sdk = { version = "25.3.0", features = ["testutils"] } +soroban-sdk = { version = "26.0.0", features = ["testutils"] } [profile.release] opt-level = "z"