From 9fc14e00585aa8dcecc95c5c8cb968ec7305571d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 22:03:12 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc4d5ff3..aab89e02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ getrandom = { version = "0.2", features = ["js"], optional = true } [dev-dependencies] bincode = "1" chacha20poly1305 = "0.10" -criterion = "0.4" +criterion = "0.5" hex = "0.4" json = "0.12" p256 = { version = "0.13", default-features = false, features = [