From ac8b3424d14ae009bedc777904b3eabd0ec45aae Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Fri, 30 Dec 2022 13:45:59 +0000 Subject: [PATCH] Update criterion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 582b256..efa287d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ luau0-src = { version = "0.5.0", optional = true } [dev-dependencies] rustyline = "10.0" -criterion = { version = "0.3.4", features = ["html_reports", "async_tokio"] } +criterion = { version = "0.4", features = ["html_reports", "async_tokio"] } trybuild = "1.0" futures = "0.3.5" hyper = { version = "0.14", features = ["client", "server"] }