From bea51e5a28b2f15e1ffe8503d94c591d827deace Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 21 Aug 2023 05:45:28 -0600 Subject: [PATCH] deps: bump criterion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e8c1705..9bdb31ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ uuid = "1" laz = { version = "0.8", optional = true } [dev-dependencies] -criterion = "0.4" +criterion = "0.5" [[bench]] name = "roundtrip"