fix(deps): update rust crate hyper to 1.1.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
hyper (source) | dependencies | minor |
1.0.1 -> 1.1.0
|
Release Notes
hyperium/hyper (hyper)
v1.1.0
Bug Fixes
- http1:
Features
-
client: add
http1::Connection
without_shutdown()
method (#3430) (210bfaa7) - http1: Add support for sending HTTP/1.1 Chunked Trailer Fields (#3375) (31b41807, closes #2719)
-
server: expose
server::conn::http1::UpgradeableConnection
(#3457) (6e3042a8)
v1.0.1 (2023-11-16)
This release "fixes" or adds a few things that should have been in 1.0.0, but were forgotten. Thus, it includes additions that would normally be a semver-minor release, but because it is so close to 1.0.0, it is released as a patch version.
Bug Fixes
Features
- rt: Make ReadBuf::new public (7161f562)
Breaking Changes
- Pin is #[fundamental], so providing a Read/Write impl for it theoretically conflicts with existing user Read/Write for Pin<...> impls. However, those impls probably don't exist yet. (dd6d81ca)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.