diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-26 04:13:36 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2019-08-26 09:48:52 +0200 |
commit | 66274b7c8ef2f47fe479013b9d408ac21a36472d (patch) | |
tree | e2ada3aa8ab3f913a749e21e04a721941ff917f9 /askama_escape | |
parent | 956d52a62d623cd56e212e7de0df135b5aa20d43 (diff) | |
download | askama-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 'askama_escape')
-rw-r--r-- | askama_escape/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 324d945..6de179e 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" } travis-ci = { repository = "djc/askama" } [dev-dependencies] -criterion = "0.2" +criterion = "0.3" [[bench]] name = "all" |