mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Merge pull request #3437 from SimonSapin/https-deps
Use HTTPS for Cargo dependencies
This commit is contained in:
commit
c228b81ca8
4 changed files with 13 additions and 13 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue