Closed connorkuehl closed 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
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.
Superseded by #66
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