tl;dr
- Fix sending
Accept-Encodingheader only with values configured with reqwest, regardless of underlying tower-http config.
What's Changed
- deps: update cookie_store by @seanmonstar in #2886
- fix: disable default compression from tower-http if not enabled in reqwest by @seanmonstar in #2889
- fix(http3): correct compression defaults by @seanmonstar in #2890
Full Changelog: v0.12.25...v0.12.26