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
dependabot[bot] 2024-05-30 09:22:17 +02:00 committed by GitHub
parent dcfd9e492c
commit 5304740512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 4 deletions

15
Cargo.lock generated
View File

@ -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",

View File

@ -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"