From f8bff09aea64a8f35a10f378101241f4c6b2c7f4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Jun 2026 15:34:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(cargo):=20update=20ru?= =?UTF-8?q?st=20crate=20itertools=20to=200.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 074e497..4167908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ publish = false #We don't publish in public crates.io [dependencies] clap = { version = "4.5.16", features = ["derive", "env"] } csv = "1.3.0" -itertools = "0.13.0" +itertools = "0.15.0" outscale_api = "1.10.0" phf = { version = "0.11.2", features = ["macros"] } regex = "1.10.6"