chore(cargo): sync lockfile to bindings/fixtures v0.17.1#148
Conversation
Stranded from #147 — the Cargo.toml bumps landed but the corresponding Cargo.lock regen was never committed. No transitive dependency changes, just the two workspace member versions.
✅ No Blockers —
|
| kimi-code | deepseek | verifier:opencode-kimi | aggregate | |
|---|---|---|---|---|
| Readiness | 100 | 100 | 100 | 100 |
| Confidence | 100 | 100 | 100 | 100 |
| Correctness | 100 | 100 | 100 | 100 |
| Security | 100 | 100 | 100 | 100 |
| Testing | 100 | 100 | 100 | 100 |
| Architecture | 100 | 100 | 100 | 100 |
The PR changes exactly two lines in Cargo.lock: updating the workspace member versions for
tnt-core-bindingsandtnt-core-fixturesfrom 0.17.0 to 0.17.1. This is a stranded lockfile sync from PR #147 where the Cargo.toml bumps landed but the lockfile regen was omitted. No transitive dependencies were modified, no source code was changed, and there is zero runtime impact. | Single-file change to Cargo.lock bumping two package versions from 0.17.0 to 0.17.1, consistent with the corresponding Cargo.toml files. Pure version bump, no code or logic changes. | The diff only bumps two crate versio
No findings.
tangletools · 2026-05-17T20:57:07Z · trace
drewstone
left a comment
There was a problem hiding this comment.
✅ Clean — bd6d67c9
The PR changes exactly two lines in Cargo.lock: updating the workspace member versions for
tnt-core-bindingsandtnt-core-fixturesfrom 0.17.0 to 0.17.1. This is a stranded lockfile sync from PR #147 where the Cargo.toml bumps landed but the lockfile regen was omitted. No transitive dependencies were modified, no source code was changed, and there is zero runtime impact. | Single-file change t
Full findings and scores: review summary
tangletools · 2026-05-17T20:57:07Z · trace
Summary
bindings/Cargo.tomlandfixtures/Cargo.tomlbumps to0.17.1landed but the correspondingCargo.lockregen was never committed.cargo metadata --lockedsucceeds locally with this committed.Test plan
cargo metadata --lockedsucceeds (lockfile in sync)