dependabot[bot] commited on
Commit
5ea1372
·
unverified ·
1 Parent(s): 94a364d

build(deps): bump itertools from 0.13.0 to 0.14.0 (#645)

Browse files
Files changed (2) hide show
  1. Cargo.lock +3 -3
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -1916,9 +1916,9 @@ dependencies = [
1916
 
1917
  [[package]]
1918
  name = "itertools"
1919
- version = "0.13.0"
1920
  source = "registry+https://github.com/rust-lang/crates.io-index"
1921
- checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1922
  dependencies = [
1923
  "either",
1924
  ]
@@ -4545,7 +4545,7 @@ dependencies = [
4545
  "error-stack",
4546
  "fake-useragent",
4547
  "futures 0.3.31",
4548
- "itertools 0.13.0",
4549
  "keyword_extraction",
4550
  "lightningcss",
4551
  "log",
 
1916
 
1917
  [[package]]
1918
  name = "itertools"
1919
+ version = "0.14.0"
1920
  source = "registry+https://github.com/rust-lang/crates.io-index"
1921
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1922
  dependencies = [
1923
  "either",
1924
  ]
 
4545
  "error-stack",
4546
  "fake-useragent",
4547
  "futures 0.3.31",
4548
+ "itertools 0.14.0",
4549
  "keyword_extraction",
4550
  "lightningcss",
4551
  "log",
Cargo.toml CHANGED
@@ -87,7 +87,7 @@ stop-words = { version = "0.8.0", default-features = false, features = ["iso"] }
87
  thesaurus = { version = "0.5.2", default-features = false, optional = true, features = [
88
  "moby",
89
  ]}
90
- itertools = {version = "0.13.0", default-features = false}
91
 
92
  [dev-dependencies]
93
  rusty-hook = { version = "^0.11.2", default-features = false }
 
87
  thesaurus = { version = "0.5.2", default-features = false, optional = true, features = [
88
  "moby",
89
  ]}
90
+ itertools = {version = "0.14.0", default-features = false}
91
 
92
  [dev-dependencies]
93
  rusty-hook = { version = "^0.11.2", default-features = false }