Commit 914ba23
committed
chore(deps): bump reqwest 0.12 → 0.13
Source-compatible. The fetcher (`infrastructure/fetcher.rs`) uses
reqwest's stable blocking surface: `Client::builder` with
timeout/redirect/user-agent, `redirect::Policy::custom`, `Url::parse`,
`get().send()`, `content_length()`, and the `Read` impl on the blocking
Response. None changed across the major bump; no source edits needed.
602 unit + 245 PTY/integration tests pass; clippy `-D warnings` clean.1 parent 62daf2d commit 914ba23
2 files changed
Lines changed: 386 additions & 130 deletions
0 commit comments