mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Use HTTPS for Cargo dependencies
This commit is contained in:
parent
545e9884a6
commit
afe28ae422
4 changed files with 13 additions and 13 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -236,7 +236,7 @@ name = "hubbub-sys"
|
|||
version = "0.1.2"
|
||||
source = "git+https://github.com/servo/libhubbub#6d09893991dedc616b264058442a304c03842213"
|
||||
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]]
|
||||
|
@ -350,7 +350,7 @@ source = "git+https://github.com/sfackler/rust-openssl.git#cd40d25cb5721064c5c20
|
|||
[[package]]
|
||||
name = "parserutils-sys"
|
||||
version = "0.1.1"
|
||||
source = "git+http://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598"
|
||||
source = "git+https://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598"
|
||||
|
||||
[[package]]
|
||||
name = "phf"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
@ -12,19 +12,19 @@ path = "lib.rs"
|
|||
path = "../util"
|
||||
|
||||
[dependencies.azure]
|
||||
git = "http://github.com/servo/rust-azure"
|
||||
git = "https://github.com/servo/rust-azure"
|
||||
|
||||
[dependencies.geom]
|
||||
git = "http://github.com/servo/rust-geom"
|
||||
git = "https://github.com/servo/rust-geom"
|
||||
|
||||
[dependencies.layers]
|
||||
git = "http://github.com/servo/rust-layers"
|
||||
git = "https://github.com/servo/rust-layers"
|
||||
|
||||
[dependencies.core_foundation]
|
||||
git = "http://github.com/servo/rust-core-foundation"
|
||||
git = "https://github.com/servo/rust-core-foundation"
|
||||
|
||||
[dependencies.io_surface]
|
||||
git = "http://github.com/servo/rust-io-surface"
|
||||
git = "https://github.com/servo/rust-io-surface"
|
||||
|
||||
[dependencies.url]
|
||||
git = "http://github.com/servo/rust-url"
|
||||
git = "https://github.com/servo/rust-url"
|
||||
|
|
4
ports/cef/Cargo.lock
generated
4
ports/cef/Cargo.lock
generated
|
@ -231,7 +231,7 @@ name = "hubbub-sys"
|
|||
version = "0.1.2"
|
||||
source = "git+https://github.com/servo/libhubbub#6d09893991dedc616b264058442a304c03842213"
|
||||
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]]
|
||||
|
@ -345,7 +345,7 @@ source = "git+https://github.com/sfackler/rust-openssl.git#cd40d25cb5721064c5c20
|
|||
[[package]]
|
||||
name = "parserutils-sys"
|
||||
version = "0.1.1"
|
||||
source = "git+http://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598"
|
||||
source = "git+https://github.com/servo/libparserutils#651b636ba1214bceeb0907adb1eab60efe0d4598"
|
||||
|
||||
[[package]]
|
||||
name = "phf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue