mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Switch to the sha2 crate for SRI digests.
This removes one (simple) use of OpenSSL
This commit is contained in:
parent
f4c4f4472d
commit
fec4c589b2
6 changed files with 31 additions and 26 deletions
|
@ -30,7 +30,7 @@ servo = [
|
|||
[dependencies]
|
||||
accountable-refcell = { version = "0.2.0", optional = true }
|
||||
app_units = "0.7"
|
||||
content-security-policy = { version = "0.4.0", features = ["serde"], optional = true }
|
||||
content-security-policy = { version = "0.5", features = ["serde"], optional = true }
|
||||
crossbeam-channel = { version = "0.4", optional = true }
|
||||
cssparser = "0.29"
|
||||
euclid = "0.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue