enarx-archive / sevctl

Administrative utility for AMD SEV
Apache License 2.0
16 stars 5 forks source link

Replace reqwest with ureq #65

Closed connorkuehl closed 3 years ago

connorkuehl commented 3 years ago

We are underutilizing reqwests in comparison to the downstream packaging complexity it adds for when this crate must vendor its sources.

This shrinks the package count from 146 down to 84 in the Cargo.lock.

Signed-off-by: Connor Kuehl ckuehl@redhat.com

connorkuehl commented 3 years ago

I had to bump the minimum compiler in CI from 1.42.0 -> 1.43.0 for ureq, so the 1.42.0 checks will never phone home.

connorkuehl commented 3 years ago

Superseded by #66