aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-26 04:13:36 +0000
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-08-26 09:48:52 +0200
commit66274b7c8ef2f47fe479013b9d408ac21a36472d (patch)
treee2ada3aa8ab3f913a749e21e04a721941ff917f9 /testing/Cargo.toml
parent956d52a62d623cd56e212e7de0df135b5aa20d43 (diff)
downloadaskama-66274b7c8ef2f47fe479013b9d408ac21a36472d.tar.gz
askama-66274b7c8ef2f47fe479013b9d408ac21a36472d.tar.bz2
askama-66274b7c8ef2f47fe479013b9d408ac21a36472d.zip
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>
Diffstat (limited to '')
-rw-r--r--testing/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index b5a8e99..73e0a8a 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -26,7 +26,7 @@ mime = { version = "0.3", optional = true }
hyper = { version = "0.12", optional = true }
[dev-dependencies]
-criterion = "0.2"
+criterion = "0.3"
[[bench]]
name = "all"