From bbd82a388f2fb89e9b27344a99eca59d1336c4d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:32:02 +0000 Subject: [PATCH] chore(deps): update rust crate itertools to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 421df00..cce2cfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ chrono = { version = "0.4", features = ["serde"] } rand = "0.8.5" once_cell = "1.20.2" dinghy-test = "0.8.0" -itertools = "0.13" +itertools = "0.14.0" include_dir = "0.7" paste = "1.0.15" cc = "1.2.7"