fix(deps): update rust crate hyper to 1.2.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
hyper (source) | dependencies | minor |
1.1.0 -> 1.2.0
|
Release Notes
hyperium/hyper (hyper)
v1.2.0
Bug Fixes
- http2: typo in trace logging (#3536) (79862ec2)
-
rt:
Sleep::downcast_mut_pin()
no longer extend lifetime (7206fe30, closes #3556)
Features
Breaking Changes
- The returned lifetime from
Sleep::downcast_mut_pin()
is no longer'static
. This shouldn't affect most usage. This sort of breaking change is needed because it is wrong.
(7206fe30)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.