From 874839e14c7dba5c4ce3d2427e623c8dd98daadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 01:53:43 +0000 Subject: [PATCH] build(deps): bump soroban-sdk from 27.0.2 to 27.0.6 Bumps [soroban-sdk](https://github.com/stellar/rs-soroban-sdk) from 27.0.2 to 27.0.6. - [Release notes](https://github.com/stellar/rs-soroban-sdk/releases) - [Commits](https://github.com/stellar/rs-soroban-sdk/compare/v27.0.2...v27.0.6) --- updated-dependencies: - dependency-name: soroban-sdk dependency-version: 27.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0702bae..f507205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1605,9 +1605,9 @@ dependencies = [ [[package]] name = "soroban-ledger-snapshot" -version = "27.0.2" +version = "27.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ea48b5d5e22c0cbaa370f813111016c9f5a8a6632edb0684c72be6531c4d3a" +checksum = "b59883d8bd0d1aed8d57579a9974ab88eaf787dd0a1af104f6881b5707450558" dependencies = [ "serde", "serde_json", @@ -1619,9 +1619,9 @@ dependencies = [ [[package]] name = "soroban-sdk" -version = "27.0.2" +version = "27.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cfa78af0110f0830d3af9db0361b6cdb50507846cedb8725189318134218b80" +checksum = "6c3f21971c84fcfb08957e3e8f5a9a70f134cb07ad9ee053ac7e6d7a887a82af" dependencies = [ "arbitrary", "bytes-lit", @@ -1643,9 +1643,9 @@ dependencies = [ [[package]] name = "soroban-sdk-macros" -version = "27.0.2" +version = "27.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3db611bd0acfe5fd348ffdcef16c84090c6ab051f3e325b5ac049a73044a7ee6" +checksum = "3bd4a847273d749807fe2eb52e2b9c1917ee482cd6a39465cad5c389548996ad" dependencies = [ "darling 0.20.11", "heck", @@ -1655,7 +1655,7 @@ dependencies = [ "quote", "sha2", "soroban-env-common", - "soroban-spec 27.0.2", + "soroban-spec 27.0.6", "soroban-spec-rust", "stellar-xdr 27.0.0", "syn", @@ -1676,9 +1676,9 @@ dependencies = [ [[package]] name = "soroban-spec" -version = "27.0.2" +version = "27.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8061fe31998fe9fba8fcd7175b3e3ca914a6f6e3bf829fe91fdf7f930b1251d9" +checksum = "473404322827b285cbcd87517f365986bd63af7842c78b2a86ee061715fda61e" dependencies = [ "base64", "sha2", @@ -1689,15 +1689,15 @@ dependencies = [ [[package]] name = "soroban-spec-rust" -version = "27.0.2" +version = "27.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2180cddacf3023a439827cb35c0e391ec413b1328173fe7c8c2743fc67b3af9e" +checksum = "2f25698b6ce2125850a9ef075cf9ba1e8d25b4cfa0c46aca42dadd80cc29d881" dependencies = [ "prettyplease", "proc-macro2", "quote", "sha2", - "soroban-spec 27.0.2", + "soroban-spec 27.0.6", "stellar-xdr 27.0.0", "syn", "thiserror",