diff options
Diffstat (limited to 'components/layout_thread/Cargo.toml')
-rw-r--r-- | components/layout_thread/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_thread/Cargo.toml b/components/layout_thread/Cargo.toml index 4c1f53ec48c..b042ed7b62c 100644 --- a/components/layout_thread/Cargo.toml +++ b/components/layout_thread/Cargo.toml @@ -24,7 +24,7 @@ fxhash = "0.2" gfx = {path = "../gfx"} gfx_traits = {path = "../gfx_traits"} histogram = "0.6.8" -html5ever = "0.22" +html5ever = "0.23" ipc-channel = "0.11" layout = {path = "../layout"} layout_traits = {path = "../layout_traits"} |