From f23ad8a507423f256bb55a4eac0481498da66ca0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 02:57:16 +0000 Subject: [PATCH] Update Rust crate itertools to 0.14 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca6c7e06..2ada387d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adblock" @@ -14,7 +14,7 @@ dependencies = [ "csv", "futures", "idna", - "itertools 0.13.0", + "itertools 0.14.0", "lifeguard", "memchr", "mock_instant", @@ -857,9 +857,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 3f3f7adf..65f5c8c3 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.13" +itertools = "0.14" idna = "1.0.3" serde = { version = "1.0", features = ["derive", "rc"] } seahash = "3" # seahash 4 introduces a breaking hash algorithm change