diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-24 04:58:55 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-05-24 09:47:44 +0200 |
commit | a3ff30a5eaca6ffcf82dd152affef4725acf0aa8 (patch) | |
tree | c0019ea52e727a2606f6346bb36b2d1f54b2efb5 /testing | |
parent | 239f59b9b1799e49fcdf34aa50ac344c10647a29 (diff) | |
download | askama-a3ff30a5eaca6ffcf82dd152affef4725acf0aa8.tar.gz askama-a3ff30a5eaca6ffcf82dd152affef4725acf0aa8.tar.bz2 askama-a3ff30a5eaca6ffcf82dd152affef4725acf0aa8.zip |
Update criterion requirement from 0.4 to 0.5
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0)
---
updated-dependencies:
- dependency-name: criterion
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'testing')
-rw-r--r-- | testing/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index c1d5ecc..89fd864 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -18,7 +18,7 @@ comrak = { version = "0.18", default-features = false, optional = true } serde_json = { version = "1.0", optional = true } [dev-dependencies] -criterion = "0.4" +criterion = "0.5" trybuild = "1.0.76" version_check = "0.9" |