diff --git a/Cargo.toml b/Cargo.toml index 240c896..a823c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["fuzzing", "constant-time", "cryptography", "wasm"] categories = ["cryptography", "development-tools::testing"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -rand = "0.7.3" +rand = "0.8.4" hex = "0.4.2" statrs = "0.13.0" rolling-stats = "0.3.0"