From d64cbab7591ef3acbcd051e3bf5989b839aaa986 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 01:27:49 +0000 Subject: [PATCH] Update Rust Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ee696c..974839b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], versi tracing = "0.1" # We support versions 2, 3 and 4 cap-std-ext = "<= 5.1" -itertools = "0.14.0" +itertools = "0.15.0" [dev-dependencies] anyhow = "1.0"