From 7c2d7779517b6266111c0230ba76856844a75020 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:02:00 +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 163f86e..89f0adb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ hex = "0.4.3" hmac = "0.12.1" http = "1.2.0" hyper = "1.6.0" -itertools = "0.13.0" +itertools = "0.14.0" jsonwebtoken = "9.3.0" meilisearch-sdk = "0.27.1" md-5 = "0.10.6"