From c41ddcc66ebdf333e2b6970f90477621b9b94769 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 22:30:20 +0000 Subject: [PATCH] Update Rust crate itertools to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48f96e96..7a0412bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ percent-encoding = "2.1" once_cell = "1.8" regex = "1.5" bitflags = "1.3" -itertools = "0.10" +itertools = "0.13" idna = "0.2" serde = { version = "1.0", features = ["derive", "rc"] } seahash = "3" # seahash 4 introduces a breaking hash algorithm change