dependabot[bot] commited on
Commit
9f90caf
·
unverified ·
1 Parent(s): 1386cd6

build(deps): bump keyword_extraction from 1.3.0 to 1.4.3 (#562)

Browse files
Files changed (2) hide show
  1. Cargo.lock +4 -4
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -1848,9 +1848,9 @@ dependencies = [
1848
 
1849
  [[package]]
1850
  name = "keyword_extraction"
1851
- version = "1.3.0"
1852
  source = "registry+https://github.com/rust-lang/crates.io-index"
1853
- checksum = "c25710ba2c50e4762b267b7387a989d8d1a8235f5cf26cd84e34aac30b263140"
1854
  dependencies = [
1855
  "regex",
1856
  "unicode-segmentation",
@@ -2945,9 +2945,9 @@ dependencies = [
2945
 
2946
  [[package]]
2947
  name = "regex"
2948
- version = "1.10.3"
2949
  source = "registry+https://github.com/rust-lang/crates.io-index"
2950
- checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
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.0", default-features = false, features = [
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