aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2014-09-21 11:00:34 +0100
committerSimon Sapin <simon.sapin@exyr.org>2014-09-21 11:00:34 +0100
commitc228b81ca8e851b3fd4e161ea83fc1d0913d516d (patch)
treec1b5ed5e4155c0d6358e48c59be35b333b9cd8d8
parent045328c8e94f5bdfcd67105c5dfa9209f4cd501c (diff)
parentafe28ae4220f143e3be50fefdba880bb2b898425 (diff)
downloadservo-c228b81ca8e851b3fd4e161ea83fc1d0913d516d.tar.gz
servo-c228b81ca8e851b3fd4e161ea83fc1d0913d516d.zip
Merge pull request #3437 from SimonSapin/https-deps
Use HTTPS for Cargo dependencies
-rw-r--r--Cargo.lock4
-rw-r--r--components/gfx/Cargo.toml6
-rw-r--r--components/msg/Cargo.toml12
-rw-r--r--ports/cef/Cargo.lock4
4 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 51b6bc7775e..6751b20a60b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -241,7 +241,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]]
@@ -355,7 +355,7 @@ source = "git+https://github.com/sfackler/rust-openssl.git#a495465b75ffb18ff2303
[[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"
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml
index fdac5770f70..b1b6faaa7a8 100644
--- a/components/gfx/Cargo.toml
+++ b/components/gfx/Cargo.toml
@@ -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"
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml
index 8fc29ca2039..a09372a13f8 100644
--- a/components/msg/Cargo.toml
+++ b/components/msg/Cargo.toml
@@ -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"
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index 51894ebec17..435c545ae92 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -253,7 +253,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]]
@@ -367,7 +367,7 @@ source = "git+https://github.com/sfackler/rust-openssl.git#a495465b75ffb18ff2303
[[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"