mirror of
https://github.com/neon-mmd/websurfx.git
synced 2025-01-08 12:38:20 -05:00
build(deps): bump keyword_extraction from 1.4.3 to 1.5.0 (#636)
This commit is contained in:
parent
fe796c676e
commit
0715c2226b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1956,9 +1956,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "keyword_extraction"
|
name = "keyword_extraction"
|
||||||
version = "1.4.3"
|
version = "1.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f0efa28e79b3a5f72586318c07c24477a169c688e5065fde647c71b3952a2d42"
|
checksum = "bab83c382982b79063036f88b9e722b899c23e750f1318ceead83ccd7413f874"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -79,7 +79,7 @@ base64 = { version = "0.21.5", default-features = false, features = [
|
|||||||
"std",
|
"std",
|
||||||
], optional = true }
|
], optional = true }
|
||||||
cfg-if = { version = "1.0.0", default-features = false, optional = true }
|
cfg-if = { version = "1.0.0", default-features = false, optional = true }
|
||||||
keyword_extraction = { version = "1.4.3", default-features = false, features = [
|
keyword_extraction = { version = "1.5.0", default-features = false, features = [
|
||||||
"tf_idf",
|
"tf_idf",
|
||||||
"rayon",
|
"rayon",
|
||||||
] }
|
] }
|
||||||
|
Loading…
Reference in New Issue
Block a user