diff options
author | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 01:42:18 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 01:43:26 -0400 |
commit | 9eaa27c946519820d4f3b5b153c14316a9ed558c (patch) | |
tree | aac7669400880f20b106ddd2546e5c491151f027 /components/script_layout_interface | |
parent | a24a4f0608649ca9a5820020f5353bdb5c610316 (diff) | |
download | servo-9eaa27c946519820d4f3b5b153c14316a9ed558c.tar.gz servo-9eaa27c946519820d4f3b5b153c14316a9ed558c.zip |
Update html5ever/xml5ever.
Diffstat (limited to 'components/script_layout_interface')
-rw-r--r-- | components/script_layout_interface/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_layout_interface/Cargo.toml b/components/script_layout_interface/Cargo.toml index bdb71b1428f..be547d5619f 100644 --- a/components/script_layout_interface/Cargo.toml +++ b/components/script_layout_interface/Cargo.toml @@ -18,7 +18,7 @@ crossbeam-channel = "0.4" euclid = "0.20" fxhash = "0.2" gfx_traits = { path = "../gfx_traits" } -html5ever = "0.25" +html5ever = "0.26" ipc-channel = "0.14" libc = "0.2" malloc_size_of = { path = "../malloc_size_of" } |