File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " dom-content-extraction"
3- version = " 0.3.14 "
3+ version = " 0.3.15 "
44
55description = " Rust implementation of Content extraction via text density paper"
66license = " MPL-2.0"
@@ -44,11 +44,11 @@ unicode-segmentation = "1.12"
4444htmd = { version = " 0.3" , optional = true }
4545wreq-util = { version = " 2.2" , features = [" full" ], optional = true }
4646wreq = { version = " 5.3" , features = [" full" ], optional = true }
47- tokio = { version = " 1.47 " , features = [" full" ], optional = true }
47+ tokio = { version = " 1" , features = [" full" ], optional = true }
4848encoding_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 ]
5454criterion = " 0.7"
You can’t perform that action at this time.
0 commit comments