servo: Merge #3437 - Use HTTPS for Cargo dependencies (from SimonSapin:https-deps)
Source-Repo: https://github.com/servo/servo Source-Revision: c228b81ca8e851b3fd4e161ea83fc1d0913d516d
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user