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>
This commit is contained in:
dependabot-preview[bot] 2019-08-26 04:13:36 +00:00 committed by Dirkjan Ochtman
parent 956d52a62d
commit 66274b7c8e
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }
travis-ci = { repository = "djc/askama" }
[dev-dependencies]
criterion = "0.2"
criterion = "0.3"
[[bench]]
name = "all"

View File

@ -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"