Hi!
I'm hit by this:
expected struct `rustls::anchors::RootCertStore`, found a different struct `rustls::anchors::RootCertStore`
|
= note: perhaps two different versions of crate `rustls` are being used?
A dependency is using rustls:0.17.0
and another is pulling in rustls:0.18.1
causing this message.
I though dependency hell wasn't a thing in Rust? What am I missing here?
Thanks!