From 368e617d9b1b127a5cf1bad7e2d576f49d731eaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:44:32 +0000 Subject: [PATCH] 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 3b50cde4..f9c1c526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ intercode_signups = {path = "./crates/intercode_signups"} intercode_store = {path = "./crates/intercode_store"} intercode_timespan = {path = "./crates/intercode_timespan"} intercode_users = {path = "./crates/intercode_users"} -itertools = "0.11.0" +itertools = "0.14.0" linkify = "~0.10.0" liquid = {git = "https://github.com/nbudin/liquid-rust.git", branch = "lax-nulls"} liquid-core = {git = "https://github.com/nbudin/liquid-rust.git", branch = "lax-nulls"}