From 4730c6fbba0b7a0766cb1a6d323f1412667eb6cf Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Sat, 19 Aug 2023 19:24:47 +0300 Subject: [PATCH] benches: remove criterion deps workaround (#60) --- benches/Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/benches/Cargo.toml b/benches/Cargo.toml index 1530430..f9d90d9 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -19,13 +19,9 @@ rand = { version = "0.8", default-features = false, features = [ "std_rng", "getrandom", ] } -# workaround for underspecified dependencies from criterion -# see also https://github.com/RustCrypto/formats/pull/720 -regex = { version = "1.5.1", default-features = false } -serde = { version = "1.0.144", default-features = false } [features] -no_unroll = ["ascon?/no_unroll"] +no_unroll = ["ascon/no_unroll"] [[bench]] name = "ascon"