From 1defbbe949c2f4e7934ba05d09f2b92884cbb1dc Mon Sep 17 00:00:00 2001 From: glendc Date: Thu, 23 May 2024 13:56:45 +0200 Subject: [PATCH] update itertools to latest (0.13) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf376f3..0c987de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ venndb-macros = { version = "0.4.0", path = "venndb-macros" } [dev-dependencies] divan = "0.1.14" -itertools = "0.12.1" +itertools = "0.13.0" sqlite = "0.36.0" [[bench]]