camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

Revert "Update hyper-rustls requirement from 0.15 to 0.16" #88

Closed steveej closed 5 years ago

steveej commented 5 years ago

Reverts camallo/dkregistry-rs#84.

Fixes #87.

lucab commented 5 years ago

This is ok as an hotfix, however I fear there are bigger problems approaching. reqwest also just updated to latest rustls/ring, which means that graph-builder will keep seeing breakages until all its transitive dependencies are upgraded to latest ring.