From f303a7a6f6894b18d95a5730ca294c9af85447ef Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 17 Jun 2026 14:36:17 +0800 Subject: [PATCH] chore: upgrade itertools to 0.15 Signed-off-by: tison --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09ced78..e92adb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ test-utils = [ full = ["test-utils"] [dependencies] -itertools = "0.14" +itertools = { version = "0.15" } opentelemetry_0_26 = { package = "opentelemetry", version = "0.26", default-features = false, features = [ "metrics", ], optional = true }