build(deps): bump itertools from 0.12.1 to 0.13.0 (#289)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
dcfd9e492c
commit
5304740512
|
@ -457,6 +457,15 @@ dependencies = [
|
|||
"either",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
||||
dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "itoa"
|
||||
version = "1.0.9"
|
||||
|
@ -1086,7 +1095,7 @@ dependencies = [
|
|||
"base64",
|
||||
"chrono",
|
||||
"futures",
|
||||
"itertools",
|
||||
"itertools 0.13.0",
|
||||
"pyo3",
|
||||
"pyo3-build-config",
|
||||
"pythonize",
|
||||
|
@ -1114,7 +1123,7 @@ dependencies = [
|
|||
"fnv",
|
||||
"fs4",
|
||||
"htmlescape",
|
||||
"itertools",
|
||||
"itertools 0.12.1",
|
||||
"levenshtein_automata",
|
||||
"log",
|
||||
"lru",
|
||||
|
@ -1163,7 +1172,7 @@ checksum = "12722224ffbe346c7fec3275c699e508fd0d4710e629e933d5736ec524a1f44e"
|
|||
dependencies = [
|
||||
"downcast-rs",
|
||||
"fastdivide",
|
||||
"itertools",
|
||||
"itertools 0.12.1",
|
||||
"serde",
|
||||
"tantivy-bitpacker",
|
||||
"tantivy-common",
|
||||
|
|
|
@ -17,7 +17,7 @@ pyo3-build-config = "0.21.0"
|
|||
base64 = "0.22"
|
||||
chrono = "0.4.38"
|
||||
tantivy = "0.22.0"
|
||||
itertools = "0.12.1"
|
||||
itertools = "0.13.0"
|
||||
futures = "0.3.30"
|
||||
pythonize = "0.21.0"
|
||||
serde = "1.0"
|
||||
|
|
Loading…
Reference in New Issue