Skip to content

chore(deps): bump soroban-sdk from 23.5.2 to 25.3.1 in /stellar-lend#571

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/stellar-lend/soroban-sdk-25.3.1
Open

chore(deps): bump soroban-sdk from 23.5.2 to 25.3.1 in /stellar-lend#571
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/stellar-lend/soroban-sdk-25.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps soroban-sdk from 23.5.2 to 25.3.1.

Release notes

Sourced from soroban-sdk's releases.

25.3.1

What's Changed

New Features

  • MuxedAddress now implements ScVal conversion traits and SorobanArbitrary, allowing it to be used as a field in #[contracttype] structs. (#1782)

Improvements

  • Compiler error for reserved type names in contract types: #[contracttype] definitions whose names collide with SDK built-in type names (e.g. Address, Bytes, Symbol) now produce a clear compile-time error instead of silently mapping to the built-in type in the contract spec. (#1788)
  • Using #[contractevent(data_format = "single-value")] with more than one data field now produces a clear compile-time error. (#1794)
  • #[contractimpl] macro now correctly resolves associated types in function return values (not just inputs), and emits clear compiler errors when it cannot resolve an associated type. (#1780)
  • LedgerSnapshot::write_file now writes to a temporary file before atomically replacing the destination, preventing corrupted snapshot files if serialization fails. (#1796)
  • Replaces regular subtraction with saturating_sub when computing max_ttl to guard against potential underflow from misconfiguration. (#1792)

Bug Fixes

  • Generated try_ client methods were always calling mock_all_auths() and ignoring the allow_non_root_auth flag, causing non-root auth to silently fail. They now correctly call mock_all_auths_allowing_non_root_auth() when the flag is set. (#1761)
  • Doc comment truncation could split multi-byte UTF-8 codepoints, producing invalid UTF-8 in the contract's spec XDR. Truncation now always occurs at a valid character boundary. (#1769)
  • The build.rs target check was evaluating against the host target instead of the compilation target, so the Rust version check never fired during cross-compilation. This could silently produce Wasm binaries with unsupported features. The error message now also recommends wasm32v1-none as the preferred target. (#1771)
  • Added checks in register_contract_with_source and register_stellar_asset_contract_v2 to prevent potential auth manager overrides. (#1803)

Documentation

  • Added documentation for the ToXdr and FromXdr traits. (#1767)
  • Improved documentation for Val conversion behavior in SDK collection types. (#1774)
  • Added documentation for the SHA-256 hash verification options available in contractimport! and contractfile! macros. (#1790)
  • Documented how #[contractimpl] determines the exported function names in the contract spec. (#1809)
  • Updated the Pausable trait doc examples to include access control patterns. (#1764)
  • Expanded documentation on how to use mock auth in test scenarios. (#1798)
  • Improved documentation for Poseidon hash functions. (#1816)

All Changes

... (truncated)

Commits
  • e50d95a Bump version to 25.3.1 (#1821)
  • 3198ec0 improve poseidon, poseidon2_permutation docs (#1816)
  • 7f894f4 Skip privacy-pools in soroban-examples CI (#1811)
  • c32bb7e Document #[contractimpl] export name behaviour (#1809)
  • 857c058 Fix panic safety in register_contract_with_source and register_stellar_asset_...
  • 022d7c5 Fix misc typos and doc links (#1804)
  • b92b36b Document contractimport! and contractfile! SHA-256 verification options (...
  • a589139 Add compiler error when reserved type names are used as contract types (#1788)
  • 8503832 Write to a temp file first during snapshot write_file (#1796)
  • 02431df Expand docs for mock auth usage in tests (#1798)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 28, 2026
@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
landing Error Error Jun 30, 2026 7:50am

@dependabot dependabot Bot force-pushed the dependabot/cargo/stellar-lend/soroban-sdk-25.3.1 branch from c33f86e to 65ef1bc Compare June 28, 2026 19:30
@dependabot dependabot Bot force-pushed the dependabot/cargo/stellar-lend/soroban-sdk-25.3.1 branch from 65ef1bc to f6860ab Compare June 28, 2026 21:21
@dependabot dependabot Bot force-pushed the dependabot/cargo/stellar-lend/soroban-sdk-25.3.1 branch from f6860ab to 3ab2174 Compare June 29, 2026 07:14
@dependabot dependabot Bot force-pushed the dependabot/cargo/stellar-lend/soroban-sdk-25.3.1 branch from 3ab2174 to e8f98a2 Compare June 29, 2026 08:57
@dependabot dependabot Bot force-pushed the dependabot/cargo/stellar-lend/soroban-sdk-25.3.1 branch from e8f98a2 to 1351891 Compare June 29, 2026 10:32
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your Rust dependency files. Because of this, Dependabot cannot update this pull request.

@Smartdevs17

Copy link
Copy Markdown
Owner

⚠️ Merge failed — could not merge.

Possible reasons:

  • CI checks not passing
  • Branch protection rules
  • Other merge requirements not met

🤖 Drips Wave Merge Agent

@dependabot dependabot Bot force-pushed the dependabot/cargo/stellar-lend/soroban-sdk-25.3.1 branch from 1351891 to 4aebdbd Compare June 29, 2026 20:16
@dependabot dependabot Bot force-pushed the dependabot/cargo/stellar-lend/soroban-sdk-25.3.1 branch from 4aebdbd to b04d53d Compare June 30, 2026 07:48
Bumps [soroban-sdk](https://github.com/stellar/rs-soroban-sdk) from 23.5.2 to 25.3.1.
- [Release notes](https://github.com/stellar/rs-soroban-sdk/releases)
- [Commits](stellar/rs-soroban-sdk@v23.5.2...v25.3.1)

---
updated-dependencies:
- dependency-name: soroban-sdk
  dependency-version: 25.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/stellar-lend/soroban-sdk-25.3.1 branch from b04d53d to 91262a5 Compare June 30, 2026 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant