From 4ff62f8e8d10f6008272ce18128e1c813db4796d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 08:03:58 +0000 Subject: [PATCH] Update criterion requirement from 0.2 to 0.3 Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.2.0...0.3.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 f63e003..4601118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ little-skeptic = "0.15" [dev-dependencies] lazy_static = "1.2.0" serde_json = { version = "1.0" } -criterion = "0.2" +criterion = "0.3" little-skeptic = "0.15" [[bin]]