build(deps): bump itertools from 0.12.0 to 0.12.1 (#269)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
3e180a6a42
commit
23ac320edb
|
@ -450,9 +450,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.12.0"
|
version = "0.12.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
]
|
]
|
||||||
|
|
|
@ -17,7 +17,7 @@ pyo3-build-config = "0.20.0"
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
chrono = "0.4.23"
|
chrono = "0.4.23"
|
||||||
tantivy = "0.22.0"
|
tantivy = "0.22.0"
|
||||||
itertools = "0.12.0"
|
itertools = "0.12.1"
|
||||||
futures = "0.3.26"
|
futures = "0.3.26"
|
||||||
pythonize = "0.20.0"
|
pythonize = "0.20.0"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
|
|
Loading…
Reference in New Issue