Skip to content

chore(deps): bump solana-client from 2.3.13 to 3.1.9#7819

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/dev/solana-client-3.1.9
Closed

chore(deps): bump solana-client from 2.3.13 to 3.1.9#7819
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/dev/solana-client-3.1.9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps solana-client from 2.3.13 to 3.1.9.

Release notes

Sourced from solana-client's releases.

Release v3.1.9

This a stable release suitable for Testnet, Devnet and Mainnet Beta.

https://github.com/anza-xyz/agave/blob/v3.1/CHANGELOG.md

What's Changed

Full Changelog: anza-xyz/agave@v3.1.8...v3.1.9

Release v3.1.8

This a stable release suitable for Testnet, Devnet and Mainnet Beta.

https://github.com/anza-xyz/agave/blob/v3.1/CHANGELOG.md

What's Changed

Full Changelog: anza-xyz/agave@v3.1.7...v3.1.8

Release v3.1.7

This is a Testnet release. It is also recommended for Devnet, and up to 10% of Mainnet Beta.

https://github.com/anza-xyz/agave/blob/v3.1/CHANGELOG.md

What's Changed

... (truncated)

Changelog

Sourced from solana-client's changelog.

Changelog

All notable changes to this project will be documented in this file.

Please follow the guidance at the bottom of this file when making changes The format is based on Keep a Changelog. This project adheres to Semantic Versioning and follows a Backwards Compatibility Policy

Release channels have their own copy of this changelog:

4.1.0-Unreleased

RPC

Breaking

Changes

Validator

Breaking

Deprecations

  • Using minimal for --accounts-index-limit is now deprecated.

Changes

4.0.0

RPC

Breaking

  • --public-tpu-address and --public-tpu-forwards-address CLI arguments and setPublicTpuForwardsAddress, setPublicTpuAddress RPC methods now specify QUIC ports, not UDP.

Changes

  • Added --enable-scheduler-bindings which binds an IPC server at <ledger-path>/scheduler_bindings.ipc for external schedulers to connect to.
  • Added clientId field to each node in getClusterNodes response

Validator

Breaking

  • Removed deprecated arguments
    • --accounts-db-clean-threads
    • --accounts-db-hash-threads
    • --accounts-db-read-cache-limit-mb
    • --accounts-hash-cache-path
    • --disable-accounts-disk-index
    • --dev-halt-at-slot
    • --monitor (exit subcommand)
    • --wait-for-exit (exit subcommand)
    • --tpu-disable-quic
    • --tpu-enable-udp
  • --block-verification-method blockstore-processor is no longer supported. Remove the argument or switch to --block-verification-method unified-scheduler instead.
  • Removed support for ingestion of transactions via UDP. QUIC is now the only option.
  • All monorepo crates falling outside the backward compatibility policy are now part of the Agave Unstable API and their symbols have been made private. Enable the

... (truncated)

Commits
  • 765ee54 v3.1: consensus: axe the intermediate accumulation pathway for OC (backport o...
  • ba0d1f8 v3.1: Switch from UnsafeCell\<Box<[ITEM]>> to Box\<[UnsafeCell<ITEM>]> in t...
  • 7018f4a v3.1: accounts-db: Use SmallRng for LRU eviction sampling (backport of #106...
  • e9b827f v3.1: accounts-db: Reduce read-only cache lock contention (backport of #10641...
  • eed17d6 v3.1: Sigverify - receive loop up to packet limit (backport of #10428) (#10521)
  • 46a35ec v3.1: streamer/sigverify: use bounded channels between streamers and sigver (...
  • 2941257 v3.1: bug: use try_send in handle_forwarded_packets (backport of #10498) (#10...
  • d11da4c v3.1: vote_storage: use the correct epoch to filter authorized voter (backpor...
  • 01a77c7 v3.1: ignore RUSTSEC-2026-0009 (#10526)
  • 5dcb50f v3.1: ci: move all agents to use the default queue (backport of #10330) (#10370)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Rust language related security Security update This issue is for an update or upgrade. labels Mar 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
  • ⚠️ 4 packages with OpenSSF Scorecard issues.
See the Details below.

License Issues

packages/rust/soul/Cargo.toml

PackageVersionLicenseIssue Type
solana-client>= 3.1.0, < 4.0.0NullUnknown License

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
cargo/Inflector 0.11.4 UnknownUnknown
cargo/aes 0.8.4 🟢 3.8
Details
CheckScoreReason
Code-Review🟢 3Found 10/30 approved changesets -- score normalized to 3
Maintained🟢 1019 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License⚠️ 0license file not detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/aes-gcm-siv 0.11.1 🟢 4.3
Details
CheckScoreReason
Code-Review⚠️ 2Found 4/19 approved changesets -- score normalized to 2
Maintained🟢 1027 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License⚠️ 0license file not detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/agave-feature-set 3.1.10 UnknownUnknown
cargo/anza-quinn 0.11.9-rustsec20260037 🟢 6
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 9Found 13/14 approved changesets -- score normalized to 9
Maintained🟢 1030 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Fuzzing🟢 10project is fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/anza-quinn-proto 0.11.13-rustsec20260037 🟢 6
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 9Found 13/14 approved changesets -- score normalized to 9
Maintained🟢 1030 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Fuzzing🟢 10project is fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/ascii 0.9.3 🟢 3.3
Details
CheckScoreReason
Code-Review🟢 5Found 6/12 approved changesets -- score normalized to 5
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/combine 3.8.1 🟢 3.8
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 34 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Code-Review🟢 3Found 6/19 approved changesets -- score normalized to 3
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/console 0.16.3 UnknownUnknown
cargo/ctr 0.9.2 🟢 4
Details
CheckScoreReason
Maintained🟢 1014 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review⚠️ 1Found 4/30 approved changesets -- score normalized to 1
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License⚠️ 0license file not detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Packaging🟢 10packaging workflow detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/five8 1.0.0 UnknownUnknown
cargo/five8_const 1.0.0 UnknownUnknown
cargo/five8_core 1.0.0 UnknownUnknown
cargo/indicatif 0.18.4 UnknownUnknown
cargo/merlin 3.0.0 ⚠️ 2.8
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review⚠️ 0Found 0/29 approved changesets -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/pastey 0.2.1 UnknownUnknown
cargo/polyval 0.6.2 🟢 4.6
Details
CheckScoreReason
Code-Review⚠️ 1Found 4/29 approved changesets -- score normalized to 1
Maintained🟢 1030 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License⚠️ 0license file not detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Packaging🟢 10packaging workflow detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/rustc-demangle 0.1.27 UnknownUnknown
cargo/sha2-const-stable 0.1.0 ⚠️ 2.5
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review⚠️ 1Found 1/9 approved changesets -- score normalized to 1
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
License⚠️ 0license file not detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/solana-account 3.4.0 UnknownUnknown
cargo/solana-account-decoder 3.1.10 UnknownUnknown
cargo/solana-account-decoder-client-types 3.1.10 UnknownUnknown
cargo/solana-account-info 3.1.0 UnknownUnknown
cargo/solana-address 1.1.0 UnknownUnknown
cargo/solana-address 2.3.0 UnknownUnknown
cargo/solana-address-lookup-table-interface 3.0.1 UnknownUnknown
cargo/solana-atomic-u64 3.0.1 UnknownUnknown
cargo/solana-borsh 3.0.1 UnknownUnknown
cargo/solana-client 3.1.10 UnknownUnknown
cargo/solana-client-traits 3.0.0 UnknownUnknown
cargo/solana-clock 3.0.1 UnknownUnknown
cargo/solana-cluster-type 3.1.0 UnknownUnknown
cargo/solana-commitment-config 3.1.1 UnknownUnknown
cargo/solana-config-interface 2.0.0 UnknownUnknown
cargo/solana-connection-cache 3.1.10 UnknownUnknown
cargo/solana-cpi 3.1.0 UnknownUnknown
cargo/solana-curve25519 3.1.10 UnknownUnknown
cargo/solana-define-syscall 3.0.0 UnknownUnknown
cargo/solana-define-syscall 4.0.1 UnknownUnknown
cargo/solana-define-syscall 5.0.0 UnknownUnknown
cargo/solana-derivation-path 3.0.0 UnknownUnknown
cargo/solana-epoch-info 3.1.0 UnknownUnknown
cargo/solana-epoch-rewards 3.0.1 UnknownUnknown
cargo/solana-epoch-schedule 3.0.0 UnknownUnknown
cargo/solana-feature-gate-interface 3.1.0 UnknownUnknown
cargo/solana-fee-calculator 3.1.0 UnknownUnknown
cargo/solana-hash 3.1.0 UnknownUnknown
cargo/solana-hash 4.2.0 UnknownUnknown
cargo/solana-inflation 3.0.0 UnknownUnknown
cargo/solana-instruction 3.2.0 UnknownUnknown
cargo/solana-instruction-error 2.2.0 UnknownUnknown
cargo/solana-instructions-sysvar 3.0.0 UnknownUnknown
cargo/solana-keypair 3.1.2 UnknownUnknown
cargo/solana-last-restart-slot 3.0.0 UnknownUnknown
cargo/solana-loader-v3-interface 6.1.0 UnknownUnknown
cargo/solana-measure 3.1.10 UnknownUnknown
cargo/solana-message 3.1.0 UnknownUnknown
cargo/solana-metrics 3.1.10 UnknownUnknown
cargo/solana-msg 3.1.0 UnknownUnknown
cargo/solana-net-utils 3.1.10 UnknownUnknown
cargo/solana-nonce 3.1.0 UnknownUnknown
cargo/solana-packet 3.0.0 UnknownUnknown
cargo/solana-perf 3.1.10 UnknownUnknown
cargo/solana-program-entrypoint 3.1.1 UnknownUnknown
cargo/solana-program-error 3.0.0 UnknownUnknown
cargo/solana-program-memory 3.1.0 UnknownUnknown
cargo/solana-program-option 3.0.1 UnknownUnknown
cargo/solana-program-pack 3.1.0 UnknownUnknown
cargo/solana-pubkey 3.0.0 UnknownUnknown
cargo/solana-pubkey 4.1.0 UnknownUnknown
cargo/solana-pubsub-client 3.1.10 UnknownUnknown
cargo/solana-quic-client 3.1.10 UnknownUnknown
cargo/solana-quic-definitions 3.0.0 UnknownUnknown
cargo/solana-rayon-threadlimit 3.1.10 UnknownUnknown
cargo/solana-rent 3.1.0 UnknownUnknown
cargo/solana-reward-info 3.0.0 UnknownUnknown
cargo/solana-rpc-client 3.1.10 UnknownUnknown
cargo/solana-rpc-client-api 3.1.10 UnknownUnknown
cargo/solana-rpc-client-nonce-utils 3.1.10 UnknownUnknown
cargo/solana-rpc-client-types 3.1.10 UnknownUnknown
cargo/solana-sanitize 3.0.1 UnknownUnknown
cargo/solana-sbpf 0.13.1 UnknownUnknown
cargo/solana-sdk-ids 3.1.0 UnknownUnknown
cargo/solana-sdk-macro 3.0.1 UnknownUnknown
cargo/solana-seed-derivable 3.0.0 UnknownUnknown
cargo/solana-seed-phrase 3.0.0 UnknownUnknown
cargo/solana-serde 3.0.0 UnknownUnknown
cargo/solana-serde-varint 3.0.1 UnknownUnknown
cargo/solana-serialize-utils 3.1.1 UnknownUnknown
cargo/solana-sha256-hasher 3.1.0 UnknownUnknown
cargo/solana-short-vec 3.2.0 UnknownUnknown
cargo/solana-signature 3.3.0 UnknownUnknown
cargo/solana-signer 3.0.0 UnknownUnknown
cargo/solana-slot-hashes 3.0.1 UnknownUnknown
cargo/solana-slot-history 3.0.0 UnknownUnknown
cargo/solana-stable-layout 3.0.1 UnknownUnknown
cargo/solana-stake-interface 2.0.2 UnknownUnknown
cargo/solana-streamer 3.1.10 UnknownUnknown
cargo/solana-svm-feature-set 3.1.10 UnknownUnknown
cargo/solana-svm-type-overrides 3.1.10 UnknownUnknown
cargo/solana-system-interface 2.0.0 UnknownUnknown
cargo/solana-sysvar 3.1.1 UnknownUnknown
cargo/solana-sysvar-id 3.1.0 UnknownUnknown
cargo/solana-time-utils 3.0.0 UnknownUnknown
cargo/solana-tls-utils 3.1.10 UnknownUnknown
cargo/solana-tpu-client 3.1.10 UnknownUnknown
cargo/solana-transaction 3.1.0 UnknownUnknown
cargo/solana-transaction-context 3.1.10 UnknownUnknown
cargo/solana-transaction-error 3.1.0 UnknownUnknown
cargo/solana-transaction-metrics-tracker 3.1.10 UnknownUnknown
cargo/solana-transaction-status-client-types 3.1.10 UnknownUnknown
cargo/solana-udp-client 3.1.10 UnknownUnknown
cargo/solana-version 3.1.10 UnknownUnknown
cargo/solana-vote-interface 4.0.4 UnknownUnknown
cargo/solana-zk-sdk 4.0.0 UnknownUnknown
cargo/spl-discriminator 0.5.1 UnknownUnknown
cargo/spl-discriminator-derive 0.2.0 🟢 3.6
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/3 approved changesets -- score normalized to 0
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained⚠️ 0project is archived
Security-Policy🟢 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 8binaries present in source code
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/spl-discriminator-syn 0.2.1 UnknownUnknown
cargo/spl-generic-token 2.0.1 UnknownUnknown
cargo/spl-pod 0.7.2 UnknownUnknown
cargo/spl-token-2022-interface 2.1.0 UnknownUnknown
cargo/spl-token-confidential-transfer-proof-extraction 0.5.1 UnknownUnknown
cargo/spl-token-confidential-transfer-proof-generation 0.5.1 UnknownUnknown
cargo/spl-token-group-interface 0.7.1 UnknownUnknown
cargo/spl-token-interface 2.0.0 UnknownUnknown
cargo/spl-token-metadata-interface 0.8.0 UnknownUnknown
cargo/spl-type-length-value 0.9.0 UnknownUnknown
cargo/unit-prefix 0.5.2 UnknownUnknown
cargo/unreachable 1.0.0 ⚠️ 2.3
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow⚠️ -1no workflows found
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
Code-Review⚠️ 2Found 3/13 approved changesets -- score normalized to 2
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Token-Permissions⚠️ -1No tokens found
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
License🟢 10license file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/void 1.0.2 ⚠️ 2.3
Details
CheckScoreReason
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow⚠️ -1no workflows found
Code-Review⚠️ 2Found 6/25 approved changesets -- score normalized to 2
Token-Permissions⚠️ -1No tokens found
Pinned-Dependencies⚠️ -1no dependencies found
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
cargo/wincode 0.4.7 UnknownUnknown
cargo/wincode-derive 0.4.3 UnknownUnknown
cargo/solana-client >= 3.1.0, < 4.0.0 UnknownUnknown

Scanned Files

  • Cargo.lock
  • packages/rust/soul/Cargo.toml

@dependabot dependabot bot force-pushed the dependabot/cargo/dev/solana-client-3.1.9 branch 2 times, most recently from 97aecf9 to ce2e4ac Compare March 13, 2026 18:45
h0lybyte added a commit that referenced this pull request Mar 14, 2026
- solana-client 2.2.2 → 2.3.13
- solana-sdk 2.2.1 → 2.3.1
- solana-program 2.2.1 → 2.3.0

Supersedes dependabot PRs #7819 and #7165. The 4.x releases have
unresolved upstream compile issues (solana-keypair 3.1.2 + five8 1.0
DecodeError missing std::error::Error impl), so we stay on 2.3.x
which is the latest stable release line.
h0lybyte added a commit that referenced this pull request Mar 14, 2026
- solana-client 2.2.2 → 2.3.13
- solana-sdk 2.2.1 → 2.3.1
- solana-program 2.2.1 → 2.3.0

Supersedes dependabot PRs #7819 and #7165. The 4.x releases have
unresolved upstream compile issues (solana-keypair 3.1.2 + five8 1.0
DecodeError missing std::error::Error impl), so we stay on 2.3.x
which is the latest stable release line.
@dependabot dependabot bot force-pushed the dependabot/cargo/dev/solana-client-3.1.9 branch from ce2e4ac to e79272a Compare March 14, 2026 22:54
Bumps [solana-client](https://github.com/anza-xyz/agave) from 2.3.13 to 3.1.9.
- [Release notes](https://github.com/anza-xyz/agave/releases)
- [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md)
- [Commits](anza-xyz/agave@v2.3.13...v3.1.9)

---
updated-dependencies:
- dependency-name: solana-client
  dependency-version: 3.1.9
  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/dev/solana-client-3.1.9 branch from e79272a to 9803a40 Compare March 15, 2026 19:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Superseded by #8068.

@dependabot dependabot bot closed this Mar 16, 2026
@dependabot dependabot bot deleted the dependabot/cargo/dev/solana-client-3.1.9 branch March 16, 2026 06:01
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 Rust language related security Security update This issue is for an update or upgrade.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants