Skip to content

Commit

Permalink
build(dependencies): 🧱 update crates
Browse files Browse the repository at this point in the history
Bumps html5ever from 0.28.0 to 0.29.0.
    Updating itoa v1.0.13 -> v1.0.14
    Updating libc v0.2.164 -> v0.2.166
  • Loading branch information
rodneylab committed Nov 27, 2024
1 parent 5e1a0df commit d185970
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ lto = true
opt-level = "z"

[dependencies]
aho-corasick = "1.1.2"
aho-corasick = "1.1.3"
deunicode = "1.6.0"
getrandom = { version = "0.2.15", features = ["js"] }
html5ever = "0.28.0"
html5ever = "0.29.0"
js-sys = "0.3.69"
mrml = { version = "4.0.1", features = ["parse", "render"], default-features = false }
nom = { version = "7.1.3", features = ["alloc"] }
Expand Down
3 changes: 3 additions & 0 deletions src/html_process/dom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,11 @@ impl TreeSink for RcDom {
fn finish(self) -> Self {
self
}

type Handle = Handle;

type ElemName<'a>=ExpandedName<'a> where Self: 'a;

fn parse_error(&self, msg: Cow<'static, str>) {
self.errors.borrow_mut().push(msg);
}
Expand Down

0 comments on commit d185970

Please sign in to comment.