0
0
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:
dependabot[bot] 2024-12-02 20:19:05 +00:00 committed by GitHub
parent fe796c676e
commit 0715c2226b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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",
] }