Update Rust crate hyper to v1.4.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
hyper (source) | dependencies | minor |
1.3.1 -> 1.4.0
|
Release Notes
hyperium/hyper (hyper)
v1.4.0
Bug Fixes
- http2: stop removing "Trailer" header in HTTP/2 responses as per RFC 9110 (#3648) (a3269f7a)
- server: start header read timeout immediately (#3185) (0eb1b6cf)
Features
- client:
- http1: add support for receiving trailer fields (#3637) (ac84af6b, closes #2703)
-
server: add
Builder::auto_date_header(bool)
to allow disabling Date headers (721785ef) - service: implement Service for reference types (#3607) (eade122d)
v1.3.1 (2024-04-16)
Bug Fixes
- client: revert auto content-length header for some requests (#3633)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.