Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2025

Bumps the solana-ecosystem group with 2 updates: spl-transfer-hook-interface and solana-program.

Updates spl-transfer-hook-interface from 0.9.0 to 0.10.0

Release notes

Sourced from spl-transfer-hook-interface's releases.

[email protected]

What's new

  • Publish spl-transfer-hook-interface v0.10.0
  • Bring repo up to date (#2)
  • Fix typos for cargo-spellcheck (#7503)
Commits
  • 73c3fff Publish spl-transfer-hook-interface v0.10.0
  • 4088057 CI: Set git author / email before bump (#14)
  • 6818661 CI: Run semver checks on publish (#13)
  • 740afaf build(deps): bump spl-token-2022 from 6.0.0 to 7.0.0 (#12)
  • 9a86e5d build(deps): bump spl-program-error from 0.6.0 to 0.7.0 (#10)
  • abc3e3a build(deps): bump spl-token-client from 0.13.0 to 0.14.0 (#11)
  • b6e671e build(deps): bump spl-tlv-account-resolution from 0.9.0 to 0.10.0 (#8)
  • f43489c build(deps): bump tokio from 1.43.0 to 1.44.1 (#9)
  • c953f53 build(deps): bump strum from 0.26.3 to 0.27.1 (#5)
  • 479396c build(deps): bump serde from 1.0.218 to 1.0.219 (#7)
  • Additional commits viewable in compare view

Updates solana-program from 2.2.1 to 3.0.0

Release notes

Sourced from solana-program's releases.

[email protected]

What's new

[email protected]

What's new

  • Publish solana-rent-collector v2.3.0
  • [Backport maintenance/v2.x] rent-collector: Deprecate the crate (#273)
  • Run cargo-sort on the whole workspace (#177) by @​joncinque

[email protected]

What's new

[email protected]

What's new

[email protected]

What's new

[email protected]

... (truncated)

Commits
  • 9ffe954 Publish solana-sdk v3.0.0
  • 9decd85 rent-collector: Remove the crate entirely (#286)
  • cf5ceaf Publish solana-program-entrypoint v3.1.0
  • 334c7ec program-entrypoint: Add a BumpAllocator constructor (#284)
  • d47ab5a vote-interface: VoteStateVersions: add support for v4 (#280)
  • 0ace4d4 Publish solana-loader-v4-interface v3.1.0
  • 9dd79d7 Publish solana-loader-v3-interface v6.1.0
  • 5ffdd0e Publish solana-system-transaction v3.0.0
  • c77fef5 Publish solana-client-traits v3.0.0
  • e989395 Publish solana-transaction v3.0.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 23, 2025
@dependabot dependabot bot requested a review from yugure-orca as a code owner October 23, 2025 11:15
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2025
@dependabot dependabot bot added the rust Pull requests that update rust code label Oct 23, 2025
@dependabot dependabot bot requested a review from calintje as a code owner October 23, 2025 11:15
@github-actions github-actions bot enabled auto-merge (squash) October 23, 2025 11:15
@dependabot dependabot bot force-pushed the dependabot/cargo/solana-ecosystem-65aafcc859 branch from bed9187 to d7259bc Compare October 24, 2025 11:12
@dependabot dependabot bot force-pushed the dependabot/cargo/solana-ecosystem-65aafcc859 branch from d7259bc to ca3fba4 Compare November 4, 2025 11:13
Bumps the solana-ecosystem group with 2 updates: [spl-transfer-hook-interface](https://github.com/solana-program/transfer-hook) and [solana-program](https://github.com/anza-xyz/solana-sdk).


Updates `spl-transfer-hook-interface` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/solana-program/transfer-hook/releases)
- [Commits](https://github.com/solana-program/transfer-hook/compare/[email protected]@v0.10.0)

Updates `solana-program` from 2.2.1 to 3.0.0
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/[email protected]@v3.0.0)

---
updated-dependencies:
- dependency-name: spl-transfer-hook-interface
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: solana-ecosystem
- dependency-name: solana-program
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: solana-ecosystem
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/solana-ecosystem-65aafcc859 branch from ca3fba4 to 03c0b3c Compare November 14, 2025 11:13
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 17, 2025
auto-merge was automatically disabled November 17, 2025 11:19

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/solana-ecosystem-65aafcc859 branch November 17, 2025 11:19
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