Skip to content

build(deps): bump rustls from 0.23.27 to 0.23.31#54

Open
dependabot[bot] wants to merge 8 commits intov3.1-triton-publicfrom
dependabot/cargo/rustls-0.23.31
Open

build(deps): bump rustls from 0.23.27 to 0.23.31#54
dependabot[bot] wants to merge 8 commits intov3.1-triton-publicfrom
dependabot/cargo/rustls-0.23.31

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2025

Bumps rustls from 0.23.27 to 0.23.31.

Commits
  • 647ece1 Prepare 0.23.31
  • b2831e7 rustls-bench: short circuit single threaded tests
  • 668231f Improve testing of non-blocking complete_io()
  • 5e5d629 complete_io: make non-blocking error return reachable
  • 2a852c0 Exit complete_io loop as soon as no progress is made
  • 2f487cf rustls-test: withdraw FailsReads helper
  • 41bfb22 rustls-test: add helper for non-blocking IO tests
  • 0ccbc63 Cargo: rustls version 0.23.29 -> 0.23.30
  • 4c16f03 Fix: Do not try to call deframer on junk data
  • 6b9df65 sign: make public_key_to_spki() public
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

A newer version of rustls exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

WilfredAlmeida and others added 8 commits December 17, 2025 04:51
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Adds a patch that allows more complex queries for gPA.
Adds a new geyser plugin notification that fires when transactions are deserialized
from shreds (deshredded), before any replay or execution occurs.

This hooks into CompletedDataSetsService which receives callbacks from the blockstore
when data sets (entries) are formed from incoming shreds. This is the earliest point
where complete transaction data is available.

Key differences from the existing transaction notifier:
- Fires before replay/execution, not after
- Does not include TransactionStatusMeta (no execution results available yet)
- Cannot provide accurate transaction/entry indices since data sets arrive as shreds
  complete, not in slot order

New geyser plugin interface:
- ReplicaDeshredTransactionInfo: contains signature, is_vote, and transaction
- notify_deshred_transaction(): called for each transaction when deshredded
- deshred_transaction_notifications_enabled(): opt-in for plugins

Implementation:
- DeshredTransactionNotifier trait in solana-ledger
- DeshredTransactionNotifierImpl in solana-geyser-plugin-manager
- Integration in CompletedDataSetsService and Validator
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.27 to 0.23.31.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.27...v/0.23.31)

---
updated-dependencies:
- dependency-name: rustls
  dependency-version: 0.23.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the base branch from v2.3-triton-public to v3.1-triton-public February 9, 2026 13:52
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-0.23.31 branch from 217b979 to 2a18a5a Compare February 9, 2026 13:52
@leafaar leafaar force-pushed the v3.1-triton-public branch from 6549613 to efa7c30 Compare March 4, 2026 17:04
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.

3 participants