Merge pull request #3437 from SimonSapin/https-deps

Use HTTPS for Cargo dependencies
This commit is contained in:
Simon Sapin 2014-09-21 11:00:34 +01:00
commit c228b81ca8
4 changed files with 13 additions and 13 deletions

4
Cargo.lock generated
View file

@ -241,7 +241,7 @@ name = "hubbub-sys"
version = "0.1.2" version = "0.1.2"
source = "git+https://github.com/servo/libhubbub#6d09893991dedc616b264058442a304c03842213" source = "git+https://github.com/servo/libhubbub#6d09893991dedc616b264058442a304c03842213"
dependencies = [ dependencies = [
"parserutils-sys 0.1.1 (git+http://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598)", "parserutils-sys 0.1.1 (git+https://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598)",
] ]
[[package]] [[package]]
@ -355,7 +355,7 @@ source = "git+https://github.com/sfackler/rust-openssl.git#a495465b75ffb18ff2303
[[package]] [[package]]
name = "parserutils-sys" name = "parserutils-sys"
version = "0.1.1" version = "0.1.1"
source = "git+http://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598" source = "git+https://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598"
[[package]] [[package]]
name = "phf" name = "phf"

View file

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

View file

@ -12,19 +12,19 @@ path = "lib.rs"
path = "../util" path = "../util"
[dependencies.azure] [dependencies.azure]
git = "http://github.com/servo/rust-azure" git = "https://github.com/servo/rust-azure"
[dependencies.geom] [dependencies.geom]
git = "http://github.com/servo/rust-geom" git = "https://github.com/servo/rust-geom"
[dependencies.layers] [dependencies.layers]
git = "http://github.com/servo/rust-layers" git = "https://github.com/servo/rust-layers"
[dependencies.core_foundation] [dependencies.core_foundation]
git = "http://github.com/servo/rust-core-foundation" git = "https://github.com/servo/rust-core-foundation"
[dependencies.io_surface] [dependencies.io_surface]
git = "http://github.com/servo/rust-io-surface" git = "https://github.com/servo/rust-io-surface"
[dependencies.url] [dependencies.url]
git = "http://github.com/servo/rust-url" git = "https://github.com/servo/rust-url"

4
ports/cef/Cargo.lock generated
View file

@ -253,7 +253,7 @@ name = "hubbub-sys"
version = "0.1.2" version = "0.1.2"
source = "git+https://github.com/servo/libhubbub#6d09893991dedc616b264058442a304c03842213" source = "git+https://github.com/servo/libhubbub#6d09893991dedc616b264058442a304c03842213"
dependencies = [ dependencies = [
"parserutils-sys 0.1.1 (git+http://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598)", "parserutils-sys 0.1.1 (git+https://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598)",
] ]
[[package]] [[package]]
@ -367,7 +367,7 @@ source = "git+https://github.com/sfackler/rust-openssl.git#a495465b75ffb18ff2303
[[package]] [[package]]
name = "parserutils-sys" name = "parserutils-sys"
version = "0.1.1" version = "0.1.1"
source = "git+http://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598" source = "git+https://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598"
[[package]] [[package]]
name = "phf" name = "phf"