mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 13:00:57 +00:00
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:
parent
956d52a62d
commit
66274b7c8e
@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }
|
||||
travis-ci = { repository = "djc/askama" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.2"
|
||||
criterion = "0.3"
|
||||
|
||||
[[bench]]
|
||||
name = "all"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user