diff --git a/server/Cargo.toml b/server/Cargo.toml index b5170504d8..a43035191c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -56,7 +56,7 @@ parking_lot = "0.12" [dev-dependencies] tokio = { version = "1", features = ["test-util"] } tokio-test = "0.4.2" -criterion = {version = "0.4", features = ["async_tokio"]} +criterion = {version = "0.5", features = ["async_tokio"]} anyhow = "1.0" ##### Allocators #####