From f83723b5ed90b2f845774813d65b9f06b7e3d457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 11:03:03 +0000 Subject: [PATCH] build(deps): 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] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c4b1d3ba..7b22424a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -79,7 +79,7 @@ surf = "2.3" tempfile = "3.3" isahc = { version = "1.7", features = ["json"] } tokio = { version = "1.16", features = ["macros", "rt-multi-thread"] } -criterion = { version = "0.4", features = ["async_std", "html_reports"] } +criterion = { version = "0.5", features = ["async_std", "html_reports"] } actix-web = { version = "4.2", default-features = false, features = ["macros"] } uuid = "1.1" email-address-parser = "1.0"