benches: remove criterion deps workaround (#60)

This commit is contained in:
Artyom Pavlov 2023-08-19 19:24:47 +03:00 committed by GitHub
parent 690624016e
commit 4730c6fbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"