From fddb6be107d1cd12503cc227e1a15c87a8c8a706 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 00:24:29 +0000 Subject: [PATCH] chore(deps): update rust crate itertools to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 880af70c..8a62d0ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -245,7 +245,7 @@ version = "0.17.8" # Used to make working with iterators easier, was already a transitive depdendency [workspace.dependencies.itertools] -version = "0.12.1" +version = "0.13.0" # to parse user-friendly time durations in admin commands #TODO: overlaps chrono?