From a999b93ff12f0ad50cde0a4ad546f91de1cb09a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:47:19 +0100 Subject: [PATCH] chore(deps): update rust crate itertools to 0.13.0 (#24) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f25cae..b23b12d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1.0.196", features = ["derive"], optional = true } [build-dependencies] serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.107" -itertools = "0.12.1" +itertools = "0.13.0" [dev-dependencies] crossterm = "0.27"