summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorAlexander Kjäll <alexander.kjall@gmail.com>2023-07-16 20:08:03 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-10-26 13:51:43 +0200
commit32f67099cda427bf4d277f60458ee894e6874f70 (patch)
treed9854804280aab5afaf022f5bfba70469814050e /openpgp
parentdd0c54ddc78e819fbaf4754bae2be7a99cfedc8d (diff)
openpgp: Upgrade criterion from 0.4 to 0.5
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index cb5c791b..66c801b9 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -105,7 +105,7 @@ lalrpop = { version = ">=0.17, <0.20", default-features = false }
[dev-dependencies]
quickcheck = { version = "1", default-features = false }
rpassword = "6.0"
-criterion = { version = "0.4", features = ["html_reports"] }
+criterion = { version = "0.5", features = ["html_reports"] }
[features]
default = ["compression", "crypto-nettle"]