Update criterion

This commit is contained in:
Alex Orlenko 2022-12-30 13:45:59 +00:00
parent 2cb4b49d0d
commit ac8b3424d1
No known key found for this signature in database
GPG Key ID: 4C150C250863B96D
1 changed files with 1 additions and 1 deletions

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"] }