diff --git a/Cargo.toml b/Cargo.toml index 240c896..630ad37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "development-tools::testing"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rand = "0.7.3" hex = "0.4.2" -statrs = "0.13.0" +statrs = "0.14.0" rolling-stats = "0.3.0" clap = "2.33.0" failure = "0.1.5"