-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Description
This issue collects up preparation work for a hyper-rustls 0.26 release, bringing in the update to Hyper 1.0
Since main has already had its Cargo.toml version updated this is an issue instead of a pull-request.
Resolves #234
Proposed Release Notes
- The
hypercrate dependency has been updated to 1.0.hyper-rustlsnow uses the newhyper-utilcrate to replace functionality removed fromhyper. - The
AcceptorAPI has been removed and relevant examples updated. Hyper 1.0 has library consumers handle binding sockets and accepting connections themselves, removing the need for theAcceptorAPI. Seeexamples/server.rsfor an up to date example for accepting connections. - The
tokio-runtimefeature has been removed -hyper-rustlsdepends onhyper-util, and thetokiofeature in hyper-util is required for the necessary IO adapter traits. Tokio was already a hard dependency of this crate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels