diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index 050a7617..05a907ff 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -30,7 +30,7 @@ stylesheet-cache = ["lru"] [dependencies] cssparser = "0.35.0" -html5ever = "0.35.0" +html5ever = "0.36.0" indexmap = "2.1" lru = { version = "0.16.0", optional = true } precomputed-hash = "0.1.1"