0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-23 06:28:23 -05:00

build(deps): bump keyword_extraction from 1.3.0 to 1.4.3

Bumps [keyword_extraction](https://github.com/tugascript/keyword-extraction-rs) from 1.3.0 to 1.4.3.
- [Commits](https://github.com/tugascript/keyword-extraction-rs/commits)

---
updated-dependencies:
- dependency-name: keyword_extraction
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-02 14:07:05 +00:00 committed by GitHub
parent 1386cd6739
commit 656f065d7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1848,9 +1848,9 @@ dependencies = [
[[package]]
name = "keyword_extraction"
version = "1.3.0"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c25710ba2c50e4762b267b7387a989d8d1a8235f5cf26cd84e34aac30b263140"
checksum = "f0efa28e79b3a5f72586318c07c24477a169c688e5065fde647c71b3952a2d42"
dependencies = [
"regex",
"unicode-segmentation",
@ -2945,9 +2945,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.10.3"
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
"aho-corasick 1.1.2",
"memchr",

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.3.0", default-features = false, features = [
keyword_extraction = { version = "1.4.3", default-features = false, features = [
"tf_idf",