mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +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
|
@ -39,7 +39,7 @@ bitflags = "1.0"
|
|||
bluetooth_traits = { path = "../bluetooth_traits" }
|
||||
canvas_traits = { path = "../canvas_traits" }
|
||||
chrono = "0.4"
|
||||
content-security-policy = { version = "0.4.0", features = ["serde"] }
|
||||
content-security-policy = { version = "0.5", features = ["serde"] }
|
||||
cookie = "0.12"
|
||||
crossbeam-channel = "0.4"
|
||||
cssparser = "0.29"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue