From 6b0c9f2c9f510509d445b66c38fc13d3796ad81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:54:08 +0000 Subject: [PATCH] build(deps): bump soroban-spec from 26.1.0 to 27.0.2 Bumps [soroban-spec](https://github.com/stellar/rs-soroban-sdk) from 26.1.0 to 27.0.2. - [Release notes](https://github.com/stellar/rs-soroban-sdk/releases) - [Commits](https://github.com/stellar/rs-soroban-sdk/compare/v26.1.0...v27.0.2) --- updated-dependencies: - dependency-name: soroban-spec dependency-version: 27.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++------------------ spec-extractor/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0702bae..3db1d3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1655,25 +1655,12 @@ dependencies = [ "quote", "sha2", "soroban-env-common", - "soroban-spec 27.0.2", + "soroban-spec", "soroban-spec-rust", "stellar-xdr 27.0.0", "syn", ] -[[package]] -name = "soroban-spec" -version = "26.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3afb753b6ec3329af9744091ebe9f4c047c8fd1078d333b3f83a598a22bef33" -dependencies = [ - "base64", - "sha2", - "stellar-xdr 26.0.1", - "thiserror", - "wasmparser", -] - [[package]] name = "soroban-spec" version = "27.0.2" @@ -1697,7 +1684,7 @@ dependencies = [ "proc-macro2", "quote", "sha2", - "soroban-spec 27.0.2", + "soroban-spec", "stellar-xdr 27.0.0", "syn", "thiserror", @@ -1721,7 +1708,7 @@ name = "spec-extractor" version = "0.1.0" dependencies = [ "serde_json", - "soroban-spec 26.1.0", + "soroban-spec", "stellar-xdr 26.0.1", ] @@ -1785,8 +1772,6 @@ dependencies = [ "escape-bytes", "ethnum", "hex", - "serde", - "serde_with", "sha2", "stellar-strkey 0.0.13", ] diff --git a/spec-extractor/Cargo.toml b/spec-extractor/Cargo.toml index 50c61d5..cbf4a0f 100644 --- a/spec-extractor/Cargo.toml +++ b/spec-extractor/Cargo.toml @@ -6,5 +6,5 @@ publish = false [dependencies] serde_json = "1" -soroban-spec = "26.1.0" +soroban-spec = "27.0.2" stellar-xdr = "26.0.1"