rust-secure-code / cargo-supply-chain

Gather author, contributor and publisher data on crates in your dependency graph.
Apache License 2.0
315 stars 18 forks source link

Migrate to ureq 2.0 #39

Closed Shnatsel closed 3 years ago

Shnatsel commented 3 years ago

We're currently using ureq 1.0, which necessitates rather ugly error handling. We should upgrade to ureq 2.0 which streamlined error handling.