Skip to content

deps(cargo): bump the solana group across 1 directory with 8 updates#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/solana-80f85ae687
Open

deps(cargo): bump the solana group across 1 directory with 8 updates#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/solana-80f85ae687

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps the solana group with 8 updates in the / directory:

Package From To
litesvm 0.11.0 0.12.0
solana-account 3.4.0 4.3.0
solana-hash 3.1.0 4.3.0
solana-rent 3.1.0 4.2.0
solana-stake-interface 2.0.2 4.0.0
solana-message 3.1.0 4.1.1
solana-system-interface 2.0.0 3.2.0
solana-transaction 3.1.0 4.1.1

Updates litesvm from 0.11.0 to 0.12.0

Release notes

Sourced from litesvm's releases.

v0.12.0

Changed

  • Refresh LiteSVM documentation and README with additional usage information (#328).

Added

  • Add mainnet feature set support in LiteSVM (#327).
  • Add the litesvm-persistence crate for saving and loading LiteSVM state snapshots (#319).
  • Include the p-token feature (#336).

Fixed

  • Use the native loader id when adding builtins (#334).
  • Remove the config program from the default program set (#331).
Changelog

Sourced from litesvm's changelog.

[0.12.0] - 2026-05-13

Added

  • Add mainnet feature set support in LiteSVM (#327).
  • Add the litesvm-persistence crate for saving and loading LiteSVM state snapshots (#319).
  • Include the p-token feature (#336).

Changed

  • Refresh LiteSVM documentation and README with additional usage information (#328).

Fixed

  • Use the native loader id when adding builtins (#334).
  • Remove the config program from the default program set (#331).
Commits

Updates solana-account from 3.4.0 to 4.3.0

Commits
  • 7333148 Publish solana-hash v4.3.0
  • 27e284d Publish solana-loader-v3-interface v6.1.1
  • da75f9f Publish solana-vote-interface v6.0.0
  • 6d49ad3 SIMD-0431: Loader V3: Minimum Extend Program Size (#516)
  • 78af055 vote-interface: Pass collectors as accounts in InitializeAccountV2 (#668)
  • bcff636 [bls] zeroize properly (#662)
  • b658e46 Publish solana-address v2.6.0
  • d8e311b Publish solana-instruction-view v2.1.0
  • 4559b14 instruction-view: Remove read-only borrow check (#664)
  • 9931820 loader-v3-interface: un-deprecate deploy_with_max_program_len (#663)
  • Additional commits viewable in compare view

Updates solana-hash from 3.1.0 to 4.3.0

Release notes

Sourced from solana-hash's releases.

account@v4.3.0

What's new

frozen-abi@v3.3.0

What's new

frozen-abi-macro@v3.3.0

What's new

Commits
  • 7333148 Publish solana-hash v4.3.0
  • 27e284d Publish solana-loader-v3-interface v6.1.1
  • da75f9f Publish solana-vote-interface v6.0.0
  • 6d49ad3 SIMD-0431: Loader V3: Minimum Extend Program Size (#516)
  • 78af055 vote-interface: Pass collectors as accounts in InitializeAccountV2 (#668)
  • bcff636 [bls] zeroize properly (#662)
  • b658e46 Publish solana-address v2.6.0
  • d8e311b Publish solana-instruction-view v2.1.0
  • 4559b14 instruction-view: Remove read-only borrow check (#664)
  • 9931820 loader-v3-interface: un-deprecate deploy_with_max_program_len (#663)
  • Additional commits viewable in compare view

Updates solana-rent from 3.1.0 to 4.2.0

Release notes

Sourced from solana-rent's releases.

frozen-abi@v3.4.0

What's new

frozen-abi-macro@v3.4.0

What's new

bls-signatures@v3.3.0

What's new

transaction@v4.1.1

What's new

... (truncated)

Commits

Updates solana-stake-interface from 2.0.2 to 4.0.0

Release notes

Sourced from solana-stake-interface's releases.

program@v4.0.0

What's new

interface@v4.0.0

What's new

interface@v3.1.0

What's new

interface@v3.0.0

What's new

Commits

Updates solana-message from 3.1.0 to 4.1.1

Release notes

Sourced from solana-message's releases.

transaction@v4.1.1

What's new

message@v4.1.1

What's new

short-vec@v3.2.1

What's new

frozen-abi@v3.3.0

What's new

frozen-abi-macro@v3.3.0

What's new

Commits
  • 369168a Publish solana-message v4.1.1
  • 667b1df refactor: switch to solana-short-vec/wincode feature (#706)
  • 9b9cb40 Publish solana-short-vec v3.2.1
  • f32fe63 [BLS] add compiler_fence to zeroize (#702)
  • 53dc01b [BLS] fix misleading batch verification documentation (#704)
  • 4201d3c feat(short-vec): replicode impl from wincode crate (#703)
  • c12be13 message: Add heap size bounds check for message v1 (#699)
  • 957d581 Update Cargo.lock
  • 4015861 [BLS] fix bls pop with pubkey padding (#697)
  • b71750f transaction: enable frozen-abi StableAbi (#468)
  • Additional commits viewable in compare view

Updates solana-system-interface from 2.0.0 to 3.2.0

Release notes

Sourced from solana-system-interface's releases.

system-interface@v3.2.0

What's new

nonce@v3.2.0

What's new

fee-calculator@v3.2.0

What's new

transaction-error@v3.2.0

What's new

instruction-error@v2.3.0

What's new

address@v2.6.0

What's new

instruction-view@v2.1.0

What's new

address@v2.5.0

What's new

program-error@v3.0.1

What's new

... (truncated)

Commits
  • b0f5666 Publish solana-bn254 v3.2.0
  • 0f3b47b refactor convert_endianness
  • 3bd9acc refactor constants
  • a8ed064 Add G2 addition and multiplication syscalls
  • c9f4b14 Publish solana-bls-signatures v3.0.0
  • 045aa3d update verification to take in references to byte arrays
  • d633129 frozen-abi: remove deprecated log re-export (#478)
  • e99b0f1 Remove dead code in alt_bn128_pairing
  • 34f4f51 Publish solana-curve25519 v4.0.0
  • f1ad353 Publish solana-define-syscall v5.0.0
  • Additional commits viewable in compare view

Updates solana-transaction from 3.1.0 to 4.1.1

Release notes

Sourced from solana-transaction's releases.

transaction@v4.1.1

What's new

message@v4.1.1

What's new

short-vec@v3.2.1

What's new

frozen-abi@v3.3.0

What's new

frozen-abi-macro@v3.3.0

What's new

Commits
  • 369168a Publish solana-message v4.1.1
  • 667b1df refactor: switch to solana-short-vec/wincode feature (#706)
  • 9b9cb40 Publish solana-short-vec v3.2.1
  • f32fe63 [BLS] add compiler_fence to zeroize (#702)
  • 53dc01b [BLS] fix misleading batch verification documentation (#704)
  • 4201d3c feat(short-vec): replicode impl from wincode crate (#703)
  • c12be13 message: Add heap size bounds check for message v1 (#699)
  • 957d581 Update Cargo.lock
  • 4015861 [BLS] fix bls pop with pubkey padding (#697)
  • b71750f transaction: enable frozen-abi StableAbi (#468)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the solana group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [litesvm](https://github.com/LiteSVM/litesvm) | `0.11.0` | `0.12.0` |
| [solana-account](https://github.com/anza-xyz/solana-sdk) | `3.4.0` | `4.3.0` |
| [solana-hash](https://github.com/anza-xyz/solana-sdk) | `3.1.0` | `4.3.0` |
| [solana-rent](https://github.com/anza-xyz/solana-sdk) | `3.1.0` | `4.2.0` |
| [solana-stake-interface](https://github.com/solana-program/stake) | `2.0.2` | `4.0.0` |
| [solana-message](https://github.com/anza-xyz/solana-sdk) | `3.1.0` | `4.1.1` |
| [solana-system-interface](https://github.com/anza-xyz/solana-sdk) | `2.0.0` | `3.2.0` |
| [solana-transaction](https://github.com/anza-xyz/solana-sdk) | `3.1.0` | `4.1.1` |



Updates `litesvm` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/LiteSVM/litesvm/releases)
- [Changelog](https://github.com/LiteSVM/litesvm/blob/master/CHANGELOG.md)
- [Commits](LiteSVM/litesvm@v0.11.0...v0.12.0)

Updates `solana-account` from 3.4.0 to 4.3.0
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/account@v3.4.0...hash@v4.3.0)

Updates `solana-hash` from 3.1.0 to 4.3.0
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/msg@v3.1.0...hash@v4.3.0)

Updates `solana-rent` from 3.1.0 to 4.2.0
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/msg@v3.1.0...hash@v4.2.0)

Updates `solana-stake-interface` from 2.0.2 to 4.0.0
- [Release notes](https://github.com/solana-program/stake/releases)
- [Commits](https://github.com/solana-program/stake/compare/interface@v2.0.2...program@v4.0.0)

Updates `solana-message` from 3.1.0 to 4.1.1
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/msg@v3.1.0...message@v4.1.1)

Updates `solana-system-interface` from 2.0.0 to 3.2.0
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/address@v2.0.0...bn254@v3.2.0)

Updates `solana-transaction` from 3.1.0 to 4.1.1
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/msg@v3.1.0...message@v4.1.1)

---
updated-dependencies:
- dependency-name: litesvm
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: solana
- dependency-name: solana-account
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: solana
- dependency-name: solana-hash
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: solana
- dependency-name: solana-rent
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: solana
- dependency-name: solana-stake-interface
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: solana
- dependency-name: solana-message
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: solana
- dependency-name: solana-system-interface
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: solana
- dependency-name: solana-transaction
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: solana
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 16, 2026
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.

0 participants