Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump keyword_extraction from 1.4.3 to 1.5.0 (#636)
Browse files- Cargo.lock +2 -2
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -1956,9 +1956,9 @@ dependencies = [
|
|
1956 |
|
1957 |
[[package]]
|
1958 |
name = "keyword_extraction"
|
1959 |
-
version = "1.
|
1960 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1961 |
-
checksum = "
|
1962 |
dependencies = [
|
1963 |
"rayon",
|
1964 |
"regex",
|
|
|
1956 |
|
1957 |
[[package]]
|
1958 |
name = "keyword_extraction"
|
1959 |
+
version = "1.5.0"
|
1960 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1961 |
+
checksum = "bab83c382982b79063036f88b9e722b899c23e750f1318ceead83ccd7413f874"
|
1962 |
dependencies = [
|
1963 |
"rayon",
|
1964 |
"regex",
|
Cargo.toml
CHANGED
@@ -79,7 +79,7 @@ base64 = { version = "0.21.5", default-features = false, features = [
|
|
79 |
"std",
|
80 |
], optional = true }
|
81 |
cfg-if = { version = "1.0.0", default-features = false, optional = true }
|
82 |
-
keyword_extraction = { version = "1.
|
83 |
"tf_idf",
|
84 |
"rayon",
|
85 |
] }
|
|
|
79 |
"std",
|
80 |
], optional = true }
|
81 |
cfg-if = { version = "1.0.0", default-features = false, optional = true }
|
82 |
+
keyword_extraction = { version = "1.5.0", default-features = false, features = [
|
83 |
"tf_idf",
|
84 |
"rayon",
|
85 |
] }
|