diff --git a/Cargo.lock b/Cargo.lock index 86e6715a..eb38d7a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ahash" @@ -459,9 +459,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] @@ -1113,7 +1113,7 @@ dependencies = [ "chrono", "fnv", "futures", - "itertools 0.13.0", + "itertools 0.14.0", "pyo3", "pyo3-build-config 0.23.1", "pythonize", diff --git a/Cargo.toml b/Cargo.toml index eef160c5..201560fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ pyo3-build-config = "0.23.1" base64 = "0.22" chrono = "0.4.38" tantivy = "0.22.0" -itertools = "0.13.0" +itertools = "0.14.0" futures = "0.3.31" pythonize = "0.21.0" serde = "1.0"