0.26.0
- 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.
What's Changed
- Update hyper to 1.x and integrate with hyper-util by @Gelbpunkt in #232
New Contributors
- @Gelbpunkt made their first contribution in #232
Full Changelog: v/0.25.0...v/0.26.0