ServerStatus-Rust
ServerStatus-Rust copied to clipboard
fix(deps): update rust crate hyper to 1.2
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| hyper (source) | dependencies | minor | 1.1 -> 1.2 |
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
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.