Skip to content

Commit 1cf4e0a

Browse files
authored
Merge pull request #49 from oiwn/dev
update version
2 parents 028cdbf + 17a579c commit 1cf4e0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

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

55
description = "Rust implementation of Content extraction via text density paper"
66
license = "MPL-2.0"
@@ -44,11 +44,11 @@ unicode-segmentation = "1.12"
4444
htmd = { version = "0.3", optional = true }
4545
wreq-util = { version = "2.2", features = ["full"], optional = true }
4646
wreq = { version = "5.3", features = ["full"], optional = true }
47-
tokio = { version = "1.47", features = ["full"], optional = true }
47+
tokio = { version = "1", features = ["full"], optional = true }
4848
encoding_rs = { version = "0.8", optional = true }
49-
tracing-subscriber = { version = "0.3.20", features = ["env-filter"], optional = true }
50-
tracing = { version = "0.1.41", optional = true }
51-
chardetng = { version = "0.1.17", optional = true }
49+
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }
50+
tracing = { version = "0.1", optional = true }
51+
chardetng = { version = "0.1", optional = true }
5252

5353
[dev-dependencies]
5454
criterion = "0.7"

0 commit comments

Comments
 (0)