From a04f8d81974693817f3c1337876066382be8e46c Mon Sep 17 00:00:00 2001 From: Timo Betcke Date: Sat, 13 Jul 2024 20:21:26 +0100 Subject: [PATCH] Updated dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55c4728..7181e78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,14 +29,14 @@ num = "0.4" num_cpus = "1" rlst = { version = "0.2", features = ["sleef"] } rand = "0.8.5" -itertools = { version = "0.12.1", default-features = false } +itertools = { version = "0.13.0", default-features = false } coe-rs = "0.1.2" pulp = { version = "0.18.12" } bytemuck = "1.16.0" hexf = "0.2.1" [dev-dependencies] -criterion = { version = "0.3", features = ["html_reports"] } +criterion = { version = "0.5.1", features = ["html_reports"] } rand_chacha = "0.3" [package.metadata.docs.rs]