mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue