From 8a1def5ffc226007181dfa7c42479ca1c286cd9b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 13:32:54 +0000 Subject: [PATCH] Update statrs requirement from 0.13.0 to 0.14.0 Updates the requirements on [statrs](https://github.com/boxtown/statrs) to permit the latest version. - [Release notes](https://github.com/boxtown/statrs/releases) - [Changelog](https://github.com/statrs-dev/statrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/boxtown/statrs/compare/v0.13.0...v0.14.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"