fussybeaver / bollard

Docker daemon API in Rust
Apache License 2.0
858 stars 131 forks source link

Update to hyper 1.1 #363

Closed fussybeaver closed 7 months ago

fussybeaver commented 7 months ago

Updates hyper to 1.1 and rustls to 0.22 and all related dependencies. Adds a new optional webpki feature for the firefox root certificates, if those are preferred to the system root certificates, and removes the ct_logs feature, which is a deprecated effort to bring certificate transparency to the rustls ecosystem.

Some dependencies are still tracked in GitHub branches and are pending a cargo release.

Closes #360 Closes #357 Closes #356 Closes #355 Closes #354 Closes #351 Closes #315