From 3dab8025febf8e57c110706129b861568a72b133 Mon Sep 17 00:00:00 2001 From: Fabio Lagalla Date: Wed, 11 Dec 2024 16:47:52 +0100 Subject: [PATCH] Update itertools to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b087be0..9ed5344 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ paste = "1.0" [dev-dependencies] criterion = {version = "0.3", features = ["html_reports"]} -itertools = "0.12" +itertools = "0.13" rand = "0.8" [target.'cfg(target_os="linux")'.dev-dependencies]