From 0d40f5c0d65fe0cbf5fca6b602bf59c221f61272 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 May 2024 15:45:49 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.13.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92bda1e..0ae03a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,9 +1263,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index 0257081..77f7b3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ flexi_logger = "0.28.0" futures = "0.3.30" html5ever = "0.25.1" indicatif = "0.17.8" -itertools = "0.12.1" +itertools = "0.13.0" kuchiki = "0.8.1" lazy_static = "1.4.0" log = "0.4.21" -- 2.45.2