Skip to content

chore(deps): bump the cargo group across 1 directory with 2 updates - #1129

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/packages/contracts/cargo-411420ab69
Open

chore(deps): bump the cargo group across 1 directory with 2 updates#1129
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/packages/contracts/cargo-411420ab69

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 2 updates in the /packages/contracts directory: soroban-sdk and ed25519-dalek.

Updates soroban-sdk from 26.1.0 to 27.0.3

Release notes

Sourced from soroban-sdk's releases.

27.0.3

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v27.0.2...v27.0.3

27.0.2

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v27.0.1...v27.0.2

27.0.1

What's Changed

New Contributors

Full Changelog: stellar/rs-soroban-sdk@v27.0.0...v27.0.1

27.0.0

What's Changed

New Features

  • CAP-71 — Auth delegation for custom accounts — Adds support for delegating a custom account's __check_auth to another address. CustomAccount::delegate_auth hands authorization to a G- or C-address that performs the actual authentication logic, and CustomAccount::get_delegated_signers returns the delegated signers supplied in the transaction's authorization payload for verification. (#1896)

Improvements

  • Zero-copy BytesN::from for [u8; N]BytesN::from now uses BytesN::to_array instead of allocating, avoiding extra memory allocation and significantly reducing CPU cost on conversions (up to ~80% on larger arrays in end-to-end benchmarks). (#1888)

What's Changed

... (truncated)

Commits
  • f8f32f0 Bump version to 27.0.3 (#1957)
  • 9a277a2 Update SAC event doc-comments to CAP-67 shapes (#1956)
  • f312342 Document constructor auth mocking on register (#1950)
  • 014a940 Support unit structs as contract events (#1917)
  • ac9e84a BytesIter to read by index instead of re-slicing per byte (the VecTryIter...
  • 28142cd Refresh mainnet() resource limits and fees (#1946)
  • 88a8d51 Clarify purpose of migration guides (#1916)
  • 45d378a Bump version to 27.0.2 (#1947)
  • 8c702e2 Switch to recording auth for native constructors (#1943)
  • a604b70 Fix register_at to switch to recording auth for constructors (#1933)
  • Additional commits viewable in compare view

Updates ed25519-dalek from 2.2.0 to 3.0.0

Changelog

Sourced from ed25519-dalek's changelog.

3.0.0

  • Update the digest dependency to 0.9. This requires a major version because the digest traits are part of the public API, but there are otherwise no changes to the API.

2.1.0

  • Make Scalar::from_bits a const fn, allowing its use in const contexts.

2.0.0

  • Fix a data modeling error in the serde feature pointed out by Trevor Perrin which caused points and scalars to be serialized with length fields rather than as fixed-size 32-byte arrays. This is a breaking change, but it fixes compatibility with serde-json and ensures that the serde-bincode encoding matches the conventional encoding for X/Ed25519.
  • Update rand_core to 0.5, allowing use with new rand versions.
  • Switch from clear_on_drop to zeroize (by Tony Arcieri).
  • Require subtle = ^2.2.1 and remove the note advising nightly Rust, which is no longer required as of that version of subtle. See the subtle changelog for more details.
  • Update README.md for 2.x series.
  • Remove the build.rs hack which loaded the entire crate into its own build.rs to generate constants, and keep the constants in the source code.

The only significant change is the data model change to the serde feature; besides the rand_core version bump, there are no other user-visible changes.

1.2.4

  • Specify a semver bound for clear_on_drop rather than an exact version, addressing an issue where changes to inline assembly in rustc prevented clear_on_drop from working without an update.

1.2.3

  • Fix an issue identified by a Quarkslab audit (and Jack Grigg), where manually constructing unreduced Scalar values, as needed for X/Ed25519, and then performing scalar/scalar arithmetic could compute incorrect results.
  • Switch to upstream Rust intrinsics for the IFMA backend now that they exist in Rust and don't need to be defined locally.
  • Ensure that the NAF computation works correctly, even for parameters never used elsewhere in the codebase.
  • Minor refactoring to EdwardsPoint decompression.
  • Fix broken links in documentation.
  • Fix compilation on nightly broken due to changes to the #[doc(include)] path root (not quite correctly done in 1.2.2).

1.2.2

... (truncated)

Commits
  • 6d96eb7 Bump version to 3.0.0.
  • c68b30f Merge pull request #330 from isislovecruft/fix/move-coc
  • 2ee6193 Merge pull request #327 from huitseeker/digests-0.9
  • 91a0fae Move CoC section from CONTRIBUTING.md to new file.
  • 5038fcf Merge pull request #308 from isislovecruft/fix/pippenger-typo
  • 6afd8ff Update sha2, digest to 0.9
  • 3cc13a7 Merge branch 'master' into develop
  • c4824e1 Merge branch 'release/2.1.0'
  • 3fc47ef Bump version to 2.1.0
  • f04b830 Merge branch 'master' into develop
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
linkora-social-web Skipped Skipped Aug 1, 2026 1:44pm

Bumps the cargo group with 2 updates in the /packages/contracts directory: [soroban-sdk](https://github.com/stellar/rs-soroban-sdk) and [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek).


Updates `soroban-sdk` from 26.1.0 to 27.0.3
- [Release notes](https://github.com/stellar/rs-soroban-sdk/releases)
- [Commits](stellar/rs-soroban-sdk@v26.1.0...v27.0.3)

Updates `ed25519-dalek` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.0.0/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@ed25519-2.2.0...3.0.0)

---
updated-dependencies:
- dependency-name: ed25519-dalek
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo
- dependency-name: soroban-sdk
  dependency-version: 27.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the cargo group in /packages/contracts with 2 updates chore(deps): bump the cargo group across 1 directory with 2 updates Aug 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/packages/contracts/cargo-411420ab69 branch from ffe4c35 to 1bc2ba8 Compare August 1, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants