mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Fix #2909 as far as WPT is concerned, not full data-url class integration
This commit is contained in:
parent
799057f1e6
commit
7363db31db
4 changed files with 17 additions and 41 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -1021,6 +1021,15 @@ dependencies = [
|
|||
"syn 1.0.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "data-url"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d33fe99ccedd6e84bc035f1931bb2e6be79739d6242bd895e7311c886c50dc9c"
|
||||
dependencies = [
|
||||
"matches",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dbus"
|
||||
version = "0.6.3"
|
||||
|
@ -3460,6 +3469,7 @@ dependencies = [
|
|||
"content-security-policy",
|
||||
"cookie",
|
||||
"crossbeam-channel",
|
||||
"data-url",
|
||||
"devtools_traits",
|
||||
"embedder_traits",
|
||||
"flate2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue