From 0e6d9fb6c973da78101fe90b94d3e1cd407c40c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 00:23:52 +0000 Subject: [PATCH] Update criterion requirement from 0.3 to 0.4 (#46) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 734a8f54..8426e670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ log = "^0.4" [dev-dependencies] tempfile = "^3.1" -criterion = "0.3" +criterion = "0.4" fxhash = "0.2.1" lazy_static = "1.2" quickcheck = "1.0"