From 9833260560bcbec8ca78be098f1586962f096316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:41:29 +0000 Subject: [PATCH] Update criterion requirement from 0.4.0 to 0.5.1 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.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gotham-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotham-server/Cargo.toml b/gotham-server/Cargo.toml index 4c05e1e..7e4e1c8 100644 --- a/gotham-server/Cargo.toml +++ b/gotham-server/Cargo.toml @@ -43,7 +43,7 @@ default-features = false [dev-dependencies] time-test = "0.2.1" floating-duration.workspace = true -criterion = "0.4.0" +criterion = "0.5.1" pprof = { version = "0.11", features = ["flamegraph", "frame-pointer", "criterion"] } rand = "0.8"