mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Basic certificate verification (fixes #4119)
This commit is contained in:
parent
816a3c2d91
commit
dfd746b38d
6 changed files with 17 additions and 2 deletions
|
@ -23,6 +23,9 @@ git = "https://github.com/servo/rust-png"
|
|||
[dependencies.stb_image]
|
||||
git = "https://github.com/servo/rust-stb-image"
|
||||
|
||||
[dependencies.openssl]
|
||||
git = "https://github.com/sfackler/rust-openssl"
|
||||
|
||||
[dependencies]
|
||||
url = "0.2.16"
|
||||
time = "0.1.12"
|
||||
time = "0.1.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue