Skip to content

Commit f2048d0

Browse files
committed
update deps
1 parent c484c88 commit f2048d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dom-content-extraction"
3-
version = "0.3.5"
3+
version = "0.3.6"
44

55
description = "Rust implementation of Content extraction via text density paper"
66
license = "MPL-2.0"
@@ -30,8 +30,8 @@ strip = true
3030
panic = "abort"
3131

3232
[dependencies]
33-
ego-tree = "0.9"
34-
scraper = "0.21"
33+
ego-tree = "0.10"
34+
scraper = "0.22"
3535
thiserror = "2"
3636

3737
[dev-dependencies]

0 commit comments

Comments
 (0)