rust-secure-code / cargo-supply-chain

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

Update to ureq2 #41

Closed BlackHoleFox closed 3 years ago

BlackHoleFox commented 3 years ago

Fixes #39

Also unified the usage of io::{Error, Result} to match the latest(?) style of module prefixing I found in main.rs

Shnatsel commented 3 years ago

Looks good! Thanks!