v0.80.7
[0.80.7] - 2026-05-17
Changed
-
--features impersonatedep migration:rquest→wreqand
rquest-util→wreq-util. Upstream renamed the crate and yanked
allrquestversions on crates.io; the 0.80.6 publish carried a
noisy yank warning and risked breakingcargo install --features impersonatewithout--locked.Same author (
0x676e67), same BoringSSL backend, same API shape —
the migration was a mechanical search-and-replace across
Cargo.toml,src/impersonate.rs,src/cli.rs,src/help.rs,
src/examples.rs,docs/MANUAL.md, andOUT-OF-SCOPE.md. The
exact pin (=5.1.0) was loosened to a caret range (5.3for
wreq,2.2forwreq-util) so future patch-level upstream
fixes flow through without another publish dance.All 5
--features impersonateintegration tests pass against
wreq 5.3.0; both build configs warning-free; clippy clean.
HISTORY.md entry #75 captures the migration rationale.