Skip to content

build(deps): bump slab from 0.4.11 to 0.4.12#63

Open
dependabot[bot] wants to merge 9 commits intov3.1-triton-publicfrom
dependabot/cargo/slab-0.4.12
Open

build(deps): bump slab from 0.4.11 to 0.4.12#63
dependabot[bot] wants to merge 9 commits intov3.1-triton-publicfrom
dependabot/cargo/slab-0.4.12

Conversation

@dependabot
Copy link
Contributor

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

Bumps slab from 0.4.11 to 0.4.12.

Release notes

Sourced from slab's releases.

v0.4.12

  • Help the compiler elide copies in try_remove() (#160)
  • Add security policy (#154)
Changelog

Sourced from slab's changelog.

0.4.12 (January 31, 2026)

  • Help the compiler elide copies in try_remove() (#160)
  • Add security policy (#154)
Commits

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 Pull requests that update Rust code labels Feb 9, 2026
WilfredAlmeida and others added 7 commits February 10, 2026 10:57
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
leafaar and others added 2 commits February 10, 2026 13:20
* feat(geyser): load ALT for V0 messages on deshred-transactions

* chore(geyser): add metrics for alt loading and deshred-txn
Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.11 to 0.4.12.
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.11...v0.4.12)

---
updated-dependencies:
- dependency-name: slab
  dependency-version: 0.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/slab-0.4.12 branch from 4299050 to e1e4614 Compare February 10, 2026 16:26
@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