From 58ac4053de09b844c44966fcb75b4393195805c9 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 04:52:52 +0000 Subject: [PATCH] Update Rust crate itertools to 0.15.0 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 455e660bcf..1962a2134f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -45,7 +45,7 @@ hex = "0.4.3" hf-hub = { version = "0.5.0", features = ["tokio"] } http-body = "1.0.1" indexmap = "2.13.0" -itertools = "0.14.0" +itertools = "0.15.0" libc = "0.2.177" llm-multimodal = { git = "https://github.com/vllm-project/llm-multimodal", rev = "5b558989844d1c7af3e43d0f604069ffd9c06320" } mimalloc = "0.1.52"