Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump keyword_extraction from 1.3.0 to 1.4.3 (#562)
Browse files- Cargo.lock +4 -4
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -1848,9 +1848,9 @@ dependencies = [
|
|
1848 |
|
1849 |
[[package]]
|
1850 |
name = "keyword_extraction"
|
1851 |
-
version = "1.3
|
1852 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1853 |
-
checksum = "
|
1854 |
dependencies = [
|
1855 |
"regex",
|
1856 |
"unicode-segmentation",
|
@@ -2945,9 +2945,9 @@ dependencies = [
|
|
2945 |
|
2946 |
[[package]]
|
2947 |
name = "regex"
|
2948 |
-
version = "1.10.
|
2949 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2950 |
-
checksum = "
|
2951 |
dependencies = [
|
2952 |
"aho-corasick 1.1.2",
|
2953 |
"memchr",
|
|
|
1848 |
|
1849 |
[[package]]
|
1850 |
name = "keyword_extraction"
|
1851 |
+
version = "1.4.3"
|
1852 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1853 |
+
checksum = "f0efa28e79b3a5f72586318c07c24477a169c688e5065fde647c71b3952a2d42"
|
1854 |
dependencies = [
|
1855 |
"regex",
|
1856 |
"unicode-segmentation",
|
|
|
2945 |
|
2946 |
[[package]]
|
2947 |
name = "regex"
|
2948 |
+
version = "1.10.4"
|
2949 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2950 |
+
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2951 |
dependencies = [
|
2952 |
"aho-corasick 1.1.2",
|
2953 |
"memchr",
|
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.3
|
83 |
"tf_idf",
|
84 |
|
85 |
|
|
|
79 |
"std",
|
80 |
], optional = true }
|
81 |
cfg-if = { version = "1.0.0", default-features = false, optional = true }
|
82 |
+
keyword_extraction = { version = "1.4.3", default-features = false, features = [
|
83 |
"tf_idf",
|
84 |
|
85 |
|