diff --git a/Cargo.lock b/Cargo.lock index 186461c..04c865b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,9 +1724,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", ] diff --git a/Cargo.toml b/Cargo.toml index a42f910..ef16232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ hex = "0.4.3" hmac = "0.12.1" http = "1.3.1" hyper = "1.8.1" -itertools = "0.13.0" +itertools = "0.14.0" jsonwebtoken = { version = "10.2", features = ["rust_crypto"] } meilisearch-sdk = "0.28.0" md-5 = "0.10.6"