mirror of
https://github.com/neon-mmd/websurfx.git
synced 2025-01-07 12:08:23 -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]]
|
||||
name = "keyword_extraction"
|
||||
version = "1.4.3"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f0efa28e79b3a5f72586318c07c24477a169c688e5065fde647c71b3952a2d42"
|
||||
checksum = "bab83c382982b79063036f88b9e722b899c23e750f1318ceead83ccd7413f874"
|
||||
dependencies = [
|
||||
"rayon",
|
||||
"regex",
|
||||
|
@ -79,7 +79,7 @@ base64 = { version = "0.21.5", default-features = false, features = [
|
||||
"std",
|
||||
], 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",
|
||||
"rayon",
|
||||
] }
|
||||
|
Loading…
Reference in New Issue
Block a user