Refresh routine Rust patch dependencies - #124
Merged
IvGolovach merged 1 commit intoAug 20, 2026
Merged
Conversation
This was referenced Aug 1, 2026
Validation * Validation tier: Tier 3 — dependency/runtime change; Cargo.lock affects the shared Rust workspace. * git diff --check: PASS * git diff --cached --check: PASS * rustup run 1.86.0 cargo metadata --locked --no-deps --manifest-path core/rust/Cargo.toml: PASS * rustup run 1.86.0 cargo test --locked --manifest-path core/rust/Cargo.toml: PASS * cargo tree for rand 0.9.5 and getrandom 0.4.3: PASS * Ledger: not applicable — dependency-only lockfile maintenance is not ledger-significant. * Version: not applicable — no package manifest or public API version changed; repository policy batches Cargo patch updates. * Not run: local TS/WASM/macOS full suites — mandatory remote CI verifies the final SHA. Rollback * git revert HEAD
IvGolovach
force-pushed
the
dependabot/cargo/core/rust/routine-cargo-patches-9d019f9e63
branch
from
August 20, 2026 06:42
443f6f1 to
556b5db
Compare
IvGolovach
deleted the
dependabot/cargo/core/rust/routine-cargo-patches-9d019f9e63
branch
August 20, 2026 07:05
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.
Summary
Refresh the current Rust lockfile with the routine patch set:
clap4.6.1 → 4.6.5serde_json1.0.150 → 1.0.151thiserror2.0.18 → 2.0.19getrandom0.4.2 → 0.4.3The branch was rebuilt from current
mainso it preserves the mergedrand 0.9.5security fix. The stale Dependabot head was not merged because its old lockfile would have regressedrandto vulnerable 0.9.2.Diff scope
core/rust/Cargo.lockBranch and commit integrity
maince8a0b20818ff6f19921ce9fe546d36dae4d1a23556b5db—Refresh routine Rust patch dependenciesLedger: not applicable — dependency-only lockfile maintenance is not ledger-significant.
Version: not applicable — no package manifest or public API version changed; the repository dependency policy batches Cargo patch updates in lockfile PRs.
Validation
Mode 3 — shared dependency/runtime change.
Local proof on
556b5db:git diff --check origin/main...HEAD: PASSrustup run 1.86.0 cargo metadata --locked --no-deps --manifest-path core/rust/Cargo.toml: PASSrustup run 1.86.0 cargo test --locked --manifest-path core/rust/Cargo.toml: PASSrand 0.9.5and directgetrandom 0.4.3: PASSNot run locally: TS, target-WASM, and macOS SDK suites — mandatory remote CI provides final-SHA proof.
Required remote CI on exact SHA
556b5dbc9161515bc0e477880a206717eef7407b: PASS — automatic Linux checks, macOSsdk-platform, evidence bundle, and fail-closedCI gate.CI context names unchanged.
Runtime and documentation safety
Rollback
Rollback: revert this PR.
DB downgrade: not applicable.
Data repair: not applicable.
Operational caveats: none known.
Known residual risks
None known. Mandatory remote CI and review-thread checks are clean on the exact final SHA.