Skip to content

fix(deps): update rust crate hyper to 1.0.1

Panter User for API access requested to merge renovate/hyper-1.x into master

This MR contains the following updates:

Package Type Update Change
hyper (source) dependencies patch 1.0.0 -> 1.0.1

Release Notes

hyperium/hyper (hyper)

v1.0.1

Compare Source

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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports