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",
|
"either",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "itertools"
|
||||||
|
version = "0.13.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
||||||
|
dependencies = [
|
||||||
|
"either",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itoa"
|
name = "itoa"
|
||||||
version = "1.0.9"
|
version = "1.0.9"
|
||||||
|
@ -1086,7 +1095,7 @@ dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"chrono",
|
"chrono",
|
||||||
"futures",
|
"futures",
|
||||||
"itertools",
|
"itertools 0.13.0",
|
||||||
"pyo3",
|
"pyo3",
|
||||||
"pyo3-build-config",
|
"pyo3-build-config",
|
||||||
"pythonize",
|
"pythonize",
|
||||||
|
@ -1114,7 +1123,7 @@ dependencies = [
|
||||||
"fnv",
|
"fnv",
|
||||||
"fs4",
|
"fs4",
|
||||||
"htmlescape",
|
"htmlescape",
|
||||||
"itertools",
|
"itertools 0.12.1",
|
||||||
"levenshtein_automata",
|
"levenshtein_automata",
|
||||||
"log",
|
"log",
|
||||||
"lru",
|
"lru",
|
||||||
|
@ -1163,7 +1172,7 @@ checksum = "12722224ffbe346c7fec3275c699e508fd0d4710e629e933d5736ec524a1f44e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"downcast-rs",
|
"downcast-rs",
|
||||||
"fastdivide",
|
"fastdivide",
|
||||||
"itertools",
|
"itertools 0.12.1",
|
||||||
"serde",
|
"serde",
|
||||||
"tantivy-bitpacker",
|
"tantivy-bitpacker",
|
||||||
"tantivy-common",
|
"tantivy-common",
|
||||||
|
|
|
@ -17,7 +17,7 @@ pyo3-build-config = "0.21.0"
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.38"
|
||||||
tantivy = "0.22.0"
|
tantivy = "0.22.0"
|
||||||
itertools = "0.12.1"
|
itertools = "0.13.0"
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
pythonize = "0.21.0"
|
pythonize = "0.21.0"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
|
|
Loading…
Reference in New Issue