Update dependencies#1649
Merged
sisuresh merged 4 commits intostellar:release/v25-previewfrom Dec 17, 2025
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependencies from git sources to published registry versions, primarily upgrading stellar-xdr from 24.0.1 to 25.0.0. The update enables using stable, published crates instead of git references, and removes code that was handling constraints from the previous stellar-xdr version.
- Updates stellar-xdr from 24.0.1 to 25.0.0
- Migrates all Stellar/Soroban dependencies from git sources to crates.io registry
- Removes obsolete parameter count validation that was specific to stellar-xdr v24 constraints
- Updates Wasm binary hashes in test snapshots due to dependency changes
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Updates workspace dependencies to registry sources; upgrades stellar-xdr to v25.0.0; changes stellar-strkey to caret versioning |
| Cargo.lock | Reflects migration of soroban-env-*, stellar-xdr, and wasmi dependencies from git to registry with updated checksums |
| tests/fuzz/fuzz/Cargo.lock | Updates fuzz test dependencies consistently with main Cargo.lock |
| soroban-sdk-macros/src/derive_spec_fn.rs | Removes VecM import and max parameter validation, now handled differently in stellar-xdr v25 |
| tests/alloc/test_snapshots/test/wasm/test.1.json | Updates Wasm binary hash reflecting recompiled contract with new dependencies |
leighmcculloch
approved these changes
Dec 17, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Closed
jayz22
pushed a commit
to jayz22/rs-soroban-sdk
that referenced
this pull request
Dec 22, 2025
### What This is just stellar#1644 with cleaner history. --------- Co-authored-by: Nando Vieira <me@fnando.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
This is just #1644 with cleaner history.