Update criterion

This commit is contained in:
Alex Orlenko
2022-12-30 13:45:59 +00:00
parent 2cb4b49d0d
commit ac8b3424d1
+1 -1
View File
@@ -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"] }