From f62aa81da9cafd3605edf8bfd9f7947c6c8e5b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:37:40 +0000 Subject: [PATCH] chore(deps): update soroban-sdk requirement from 25.3.0 to 26.1.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.1.0) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 26.1.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..7a9b9d4 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.1.0" [dev-dependencies] -soroban-sdk = { version = "25.3.0", features = ["testutils"] } +soroban-sdk = { version = "26.1.0", features = ["testutils"] } [profile.release] opt-level = "z"