From 777e1243bda31e0e411325beabed8752e9938c85 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 04:10:03 +0000 Subject: [PATCH] Update Rust crate itertools to 0.14.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"