Auto merge of #16953 - servo:jdm-patch-1, r=SimonSapin

Avoid the cert revocation check in Cargo.

Per https://github.com/rust-lang/cargo/issues/4072 Cargo on Windows is having trouble due to a letsencrypt outage. Our Appveyor CI is busted, as is our Windows builder for any PR that needs to upgrade a package from crates.io.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16953)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-05-19 17:06:40 -05:00 committed by GitHub
commit d1e31f7aa4

1
.cargo/config Normal file
View file

@ -0,0 +1 @@
check-revoke = false