chore(deps): bump cooklang-import to 0.9.14 and cooklang-sync-client to 0.5.0 - #409
Conversation
…to 0.5.0 Both pins had drifted well behind what is published: cooklang-import was declared at 0.9.3 and cooklang-sync-client at 0.4.11, so the 0.5 line of the sync client was never picked up. The sync client's 0.4 -> 0.5 bump needs no call-site changes; the API cookcli uses is unchanged.
Review: chore(deps) bump cooklang-import → 0.9.14, cooklang-sync-client → 0.5.0Small, well-scoped dependency-bump PR. Diff is limited to Code quality / correctness
Security
Performance
The reqwest duplication note
Test coverage
OverallLGTM. Minimal, well-justified, and the description does a nice job pre-answering the obvious "why not just dedupe reqwest" question. |
Both pins had drifted behind what is published on crates.io:
The sync client's 0.4 → 0.5 bump compiles with no call-site changes — the API cookcli uses is unchanged.
Verified:
cargo testandcargo test --no-default-features(14 suites each),cargo fmt --check,cargo clippy --all-targets -- -D warnings.Note this does not deduplicate reqwest — both 0.12 and 0.13 remain in the tree. See the discussion on why unifying is riskier than it looks.