From 99a6b8efcb0418cc5a8c8ee96c3136f8876de0c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:23:34 +0000 Subject: [PATCH] chore(deps)(deps): update soroban-sdk requirement 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.7.7...v27.0.5) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 27.0.5 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 a055c80..bbfbbef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ doctest = false # CryptoRng trait; combined with the recent ed25519-dalek 3.0.0 + a # gitignored Cargo.lock, this breaks `cargo test` on CI. 21.7.7 pairs # with `soroban-env-host 21.2.1` which compiles cleanly. -soroban-sdk = "=21.7.7" +soroban-sdk = "=27.0.5" [dev-dependencies] -soroban-sdk = { version = "=21.7.7", features = ["testutils"] } +soroban-sdk = { version = "=27.0.5", features = ["testutils"] } proptest = "1.4.0" [features]