Use HTTPS for Cargo dependencies

This commit is contained in:
Simon Sapin 2014-09-20 21:19:09 +01:00
parent 545e9884a6
commit afe28ae422
4 changed files with 13 additions and 13 deletions

View file

@ -51,12 +51,12 @@ git = "https://github.com/servo/rust-fontconfig"
git = "https://github.com/servo/rust-freetype"
[dependencies.core_foundation]
git = "http://github.com/servo/rust-core-foundation"
git = "https://github.com/servo/rust-core-foundation"
[dependencies.core_graphics]
git = "http://github.com/servo/rust-core-graphics"
git = "https://github.com/servo/rust-core-graphics"
[dependencies.core_text]
git = "http://github.com/servo/rust-core-text"
git = "https://github.com/servo/rust-core-text"