diff --git a/Cargo.toml b/Cargo.toml index 9d414c0..59b75aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ getrandom = { version = "0.2", features = ["js"], optional = true } anyhow = "1" bincode = "1" chacha20poly1305 = "0.10" -criterion = "0.5" +criterion = "0.7" cryptoki = "0.9" elliptic-curve = { version = "0.13", features = ["alloc", "pkcs8"] } hex = "0.4"