From e26d9858ac58836e232d8af37343fb5d96ec2180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:13:42 +0000 Subject: [PATCH] Update Rust crate itertools to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13d87ce..679d6a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ printpdf = "0.5" trust-dns-resolver = "0.22" log = "0.4" simplelog = "0.12" -itertools = "0.11" +itertools = "0.12" rust-fuzzy-search = "0.1" regex = "1.8" serde = { version = "1", features = ["derive"] }