From 4672b726c97e74b1c68c7f2029924a5584214690 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 13:22:01 +0000 Subject: [PATCH] Update rolling-stats requirement from 0.3.0 to 0.4.0 Updates the requirements on [rolling-stats](https://github.com/ryankurte/rust-rolling-stats) to permit the latest version. - [Release notes](https://github.com/ryankurte/rust-rolling-stats/releases) - [Commits](https://github.com/ryankurte/rust-rolling-stats/compare/0.3.0...v0.4.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..7839ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["cryptography", "development-tools::testing"] rand = "0.7.3" hex = "0.4.2" statrs = "0.13.0" -rolling-stats = "0.3.0" +rolling-stats = "0.4.0" clap = "2.33.0" failure = "0.1.5" color-backtrace = { version = "0.4.2" }