From ce37d490416dca7fa90d227f8bbaa138a67027f4 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 03:53:38 +0000 Subject: [PATCH] Update Rust crate itertools to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6edfcd3..1c2f813 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.6.0" -itertools = "0.13.0" +itertools = "0.14.0" jsonwebtoken = "9" meilisearch-sdk = "0.28.0" md-5 = "0.10.6"