dependabot[bot] commited on
Commit
0715c22
·
unverified ·
1 Parent(s): fe796c6

build(deps): bump keyword_extraction from 1.4.3 to 1.5.0 (#636)

Browse files
Files changed (2) hide show
  1. Cargo.lock +2 -2
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -1956,9 +1956,9 @@ dependencies = [
1956
 
1957
  [[package]]
1958
  name = "keyword_extraction"
1959
- version = "1.4.3"
1960
  source = "registry+https://github.com/rust-lang/crates.io-index"
1961
- checksum = "f0efa28e79b3a5f72586318c07c24477a169c688e5065fde647c71b3952a2d42"
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.4.3", default-features = false, features = [
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
  ] }