From 20bc7385a085a6e0689191859aabc8752c29cbf2 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Fri, 1 Nov 2024 18:50:03 +0100 Subject: [PATCH] update itertools --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b5b67c..dfc8fe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ image = { version = "0.25", default-features = false, features = [ ] } thiserror = "1" bayer = { version = "0.1", default-features = false } -itertools = "0.10.3" +itertools = "0.13"