Closed mmalenic closed 2 months ago
aws_lc_rs
I can't figure out which crate is suddenly enabling ring as a dependency in rustls (is it reqwest?), but I think it's probably worthwhile to specify this explicitly anyway.
ring
rustls
This fixes failed build from https://github.com/umccr/htsget-rs/pull/265.
Yeah, good chat w.r.t ring vs aws-lc-rs ... still failing tests so we'll need to dig into:
no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point
Changes
aws_lc_rs
as the crypto provider in all application binariesI can't figure out which crate is suddenly enabling
ring
as a dependency inrustls
(is it reqwest?), but I think it's probably worthwhile to specify this explicitly anyway.This fixes failed build from https://github.com/umccr/htsget-rs/pull/265.