From f88403430bd1f998a1688bf8329ba5071904219b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:46:12 +0200 Subject: Update criterion requirement from 0.3 to 0.4 (#721) 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.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 3dac5e8..72f21c3 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -17,7 +17,7 @@ comrak = { version = "0.14", default-features = false, optional = true } serde_json = { version = "1.0", optional = true } [dev-dependencies] -criterion = "0.3" +criterion = "0.4" trybuild = "1.0.55" version_check = "0.9" -- cgit