Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-26 06:35:15 +0300
committerGitHub <noreply@github.com>2019-08-26 06:35:15 +0300
commit7424a94b845f38b45fd2140afb8afdeaa8714bcc (patch)
treed10b015cd5d64b53a63e4bef24c5a20d607b50bf
parenta6937c0a4e45d3124a9d42fc8442c4adfd33a4ad (diff)
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] <support@dependabot.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa967e6..0956aff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ version = "0.4.6"
features = ["serde"]
[dev-dependencies]
-criterion = "0.2"
+criterion = "0.3"
skeptic = "0.13"
assert_cmd = "0.11"
predicates = "1"