Update criterion requirement from 0.2.11 to 0.3.0

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.11...0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-26 05:34:45 +00:00 committed by ctz
parent 4b13a322c0
commit e58bb40cf5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ env_logger = "0.6.1"
log = "0.4.4"
tempfile = "3.0"
webpki-roots = "0.17.0"
criterion = "0.2.11"
criterion = "0.3.0"
[[example]]
name = "bogo_shim"