From 850fba024ff089d4c0ff6216a1bbe1342aeaf0f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:40:01 +0000 Subject: [PATCH] chore(deps): update rust crate itertools to 0.12.1 --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index d19e5be..f8a6185 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -12,7 +12,7 @@ chrono = "0.4.33" clap = { version = "4.4.18", features = ["derive"] } derive_more = "0.99.17" glob = "0.3.1" -itertools = "0.12.0" +itertools = "0.12.1" once_cell = "1.19.0" percent-encoding = "2.3.1" regex = "1.10.3"