chore(omni-executor): bump misc minor/patch deps#4029
Merged
Conversation
Small constraint-free bumps (manifest floors had lagged behind what dev's lockfile already resolved): metrics 0.24.3->0.24.6, metrics-exporter-prometheus 0.18.1->0.18.3, ruint 1.13.1->1.18.0, p256 0.13->0.13.2, num-bigint 0.4->0.4.6, bs58 0.5->0.5.1, email_address 0.2->0.2.9. No SGX (wasmer/ark), rsa (sha2/hmac), polkadot-sdk, serde_json-pin, or solana/anchor constraints touched. cargo check --workspace --locked passes.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A few remaining constraint-free dependency bumps for omni-executor. These manifest floors had lagged behind what dev's lockfile already resolved, so this brings the declared versions current — all patch/minor, no ecosystem coupling.
Bumped
Not touched (known constraints)
SGX-sensitive (wasmer/ark-*), rsa-bound (sha2/hmac), polkadot-sdk group,
serde_json(pinned by heima-primitives), and the just-upgraded solana/anchor/alloy sets are all left as-is.Verification
cargo check --workspace --lockedpasses (0 errors). Lock churn is minimal — these versions were already resolved in dev's lockfile.Note
Supersedes the relevant parts of dependabot #4028 (closed): its remaining bumps (wasmer 7, ark 0.6, hmac 0.13, der 0.8, serde_json =1.0.150, solana-system-interface 3) all hit the SGX / rsa / RustCrypto-cluster / sdk-pin / solana-pin constraints and would break the build; its harmless items were already in #4024.