Upgrade to html5ever 0.29 and xml5ever 0.20 (#33412)

* Upgrade html5ever and xml5ever

Signed-off-by: Nico Burns <nico@nicoburns.com>

* Upgrade stylo (minor bump for upgraded 5ever deps)

Signed-off-by: Nico Burns <nico@nicoburns.com>

---------

Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
Nico Burns 2024-09-12 12:26:36 +01:00 committed by GitHub
parent 747e562ff0
commit b1486d311a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 28 deletions

View file

@ -1085,6 +1085,7 @@ impl TreeSink for Sink {
}
type Handle = Dom<Node>;
type ElemName<'a> = ExpandedName<'a> where Self: 'a;
#[allow(crown::unrooted_must_root)]
fn get_document(&self) -> Dom<Node> {